Html Css Color HEX #267E87 Atoll

📋 copy color: '#267E87'

red 38 ◦ green 126 ◦ blue 135

#267E87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atoll #267E87

Tints of Atoll #267E87

RGB

 RED value IS 38 (15.23% from 255) = 12.71%

 GREEN value IS 126 (49.61% from 255) = 42.14%

 BLUE value IS 135 (53.13% from 255) = 45.15%

R = 12.71%
G = 42.14%
B = 45.15%

CMYK

 C value IS 0.72

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#267E87 (or 0x267E87) is known color: Atoll. HEX triplet: 26, 7E and 87. RGB value is (38,126,135). Sum of RGB (Red+Green+Blue) = 38+126+135=299 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.71% from 299); Green value is 126 (49.61% from 255 or 42.14% from 299); Blue value is 135 (53.12% from 255 or 45.15% from 299); Max value from RGB is 135 - color contains mainly: blue. Hex color #267E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267E87 is #D98178. Grayscale: #646464. Windows color (decimal): -14254457 or 8879654. OLE color: 8879654.

HSL color Cylindrical-coordinate representation of color #267E87: hue angle of 185.57º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #267E87 is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 38 126 135 -
CMYK 0.72 0.07 0 0.47
HSL 185.57º 0.56% 0.34% -
HSV(B) 185.57º 0.72% 0.53% -
XYZ 12.63 17.08 25.55 -
YUV 100.71 147.35 83.27 -
System Red Green Blue C M Y K H S L
Decimal 38 126 135 0.72 0.07 0 0.47 185.57 0.56 0.34
Hex 26 7E 87 48 7 0 2F BA 38 22
Octal 46 176 207 110 7 0 57 272 70 42
Binary 100110 1111110 10000111 1001000 111 0 101111 10111010 111000 100010

Color Harmonies of #267E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267E87

Black with #267E87

Text Example


Text Example

White with #267E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #267E87;
 }
 .AnyTagClassName
 {
   color: #267E87;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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