#267CBA

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

Shades of Curious Blue #267CBA

Tints of Curious Blue #267CBA

Color information

#267CBA (or 0x267CBA) is unknown color: approx Curious Blue. HEX triplet: 26, 7C and BA. RGB value is (38,124,186). Sum of RGB (Red+Green+Blue) = 38+124+186=348 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.92% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #267CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267CBA is #D98345. Grayscale: #696969. Windows color (decimal): -14254918 or 12221478. OLE color: 12221478.

HSL color Cylindrical-coordinate representation of color #267CBA: hue angle of 205.14º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #267CBA is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB38124186-
CMYK0.800.3300.27
HSL205.14º66.07%43.92%-
HSV(B)205.14º79.57%72.94%-
XYZ16.8718.3749.11-
YUV105.35173.5179.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.92%
GREEN value IS 124 (48.83% from 255) = 35.63%
BLUE value IS 186 (73.05% from 255) = 53.45%
R=10.92%
G=35.63%
B=53.45%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal381241860.800.3300.27205.1466.0743.92
Hex267CBA502101Bcd422c
Octal461742721204103331510254
Binary1001101111100101110101010000100001011011110011011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,124,186); }

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

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

 a { background-color: rgb(38,124,186); }

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

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

 span { border-color: rgb(38,124,186); }

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