#267EC2

Color #267EC2 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #267EC2

Tints of Curious Blue #267EC2

Color information

#267EC2 (or 0x267EC2) is unknown color: approx Curious Blue. HEX triplet: 26, 7E and C2. RGB value is (38,126,194). Sum of RGB (Red+Green+Blue) = 38+126+194=358 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.61% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 194 (76.17% from 255 or 54.19% from 358); Max value from RGB is 194 - color contains mainly: blue. Hex color #267EC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267EC2 is #D9813D. Grayscale: #6B6B6B. Windows color (decimal): -14254398 or 12746278. OLE color: 12746278.

HSL color Cylindrical-coordinate representation of color #267EC2: hue angle of 206.15º 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 #267EC2 is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB38126194-
CMYK0.800.3500.24
HSL206.15º67.24%45.49%-
HSV(B)206.15º80.41%76.08%-
XYZ1819.2353.8-
YUV107.44176.8578.47-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.61%
GREEN value IS 126 (49.61% from 255) = 35.20%
BLUE value IS 194 (76.17% from 255) = 54.19%
R=10.61%
G=35.20%
B=54.19%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal381261940.800.3500.24206.1567.2445.49
Hex267EC25023018ce432d
Octal461763021204303031610355
Binary1001101111110110000101010000100011011000110011101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267EC2; }

 p { color: rgb(38,126,194); }

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

<style>
 a { background-color: #267EC2; }

 a { background-color: rgb(38,126,194); }

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

<style>
 span { border-color: #267EC2; }

 span { border-color: rgb(38,126,194); }

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