#267ABF

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

Shades of Curious Blue #267ABF

Tints of Curious Blue #267ABF

Color information

#267ABF (or 0x267ABF) is unknown color: approx Curious Blue. HEX triplet: 26, 7A and BF. RGB value is (38,122,191). Sum of RGB (Red+Green+Blue) = 38+122+191=351 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.83% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #267ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267ABF is #D98540. Grayscale: #686868. Windows color (decimal): -14255425 or 12548646. OLE color: 12548646.

HSL color Cylindrical-coordinate representation of color #267ABF: hue angle of 207.06º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #267ABF is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB38122191-
CMYK0.800.3600.25
HSL207.06º66.81%44.9%-
HSV(B)207.06º80.1%74.9%-
XYZ17.1618.0951.88-
YUV104.75176.6780.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.83%
GREEN value IS 122 (48.05% from 255) = 34.76%
BLUE value IS 191 (75% from 255) = 54.42%
R=10.83%
G=34.76%
B=54.42%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal381221910.800.3600.25207.0666.8144.9
Hex267ABF5024019cf432d
Octal461722771204403131710355
Binary1001101111010101111111010000100100011001110011111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,122,191); }

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

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

 a { background-color: rgb(38,122,191); }

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

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

 span { border-color: rgb(38,122,191); }

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