#2693C1

Color #2693C1 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #2693C1

Tints of Pelorous #2693C1

Color information

#2693C1 (or 0x2693C1) is unknown color: approx Pelorous. HEX triplet: 26, 93 and C1. RGB value is (38,147,193). Sum of RGB (Red+Green+Blue) = 38+147+193=378 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10.05% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 193 (75.78% from 255 or 51.06% from 378); Max value from RGB is 193 - color contains mainly: blue. Hex color #2693C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2693C1 is #D96C3E. Grayscale: #777777. Windows color (decimal): -14249023 or 12686118. OLE color: 12686118.

HSL color Cylindrical-coordinate representation of color #2693C1: hue angle of 197.81º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2693C1 is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB38147193-
CMYK0.800.2400.24
HSL197.81º67.1%45.29%-
HSV(B)197.81º80.31%75.69%-
XYZ20.8625.1354.2-
YUV119.65169.3969.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 10.05%
GREEN value IS 147 (57.81% from 255) = 38.89%
BLUE value IS 193 (75.78% from 255) = 51.06%
R=10.05%
G=38.89%
B=51.06%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal381471930.800.2400.24197.8167.145.29
Hex2693C15018018c6432d
Octal462233011203003030610355
Binary1001101001001111000001101000011000011000110001101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2693C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2693C1; }

 p { color: rgb(38,147,193); }

 H1.HeaderClassName
 {
   color: #2693C1;
 }
 .AnyTagClassName
 {
   color: #2693C1;
 }
</style>
background-color css

<style>
 a { background-color: #2693C1; }

 a { background-color: rgb(38,147,193); }

 div.DivClassName
 {
   background-color: #2693C1;
 }
 .BgClassName
 {
   background-color: #2693C1;
 }
</style>
border-color css

<style>
 span { border-color: #2693C1; }

 span { border-color: rgb(38,147,193); }

 td.TdClassName
 {
   border-color: #2693C1;
 }
 .TagClassName
 {
   border-color: #2693C1;
 }
</style>