Html Css Color HEX #266F76 Atoll

📋 copy color: '#266F76'

red 38 ◦ green 111 ◦ blue 118

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

Shades of Atoll #266F76

Tints of Atoll #266F76

RGB

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

 GREEN value IS 111 (43.75% from 255) = 41.57%

 BLUE value IS 118 (46.48% from 255) = 44.19%

R = 14.23%
G = 41.57%
B = 44.19%

CMYK

 C value IS 0.68

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#266F76 (or 0x266F76) is known color: Atoll. HEX triplet: 26, 6F and 76. RGB value is (38,111,118). Sum of RGB (Red+Green+Blue) = 38+111+118=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 111 (43.75% from 255 or 41.57% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #266F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266F76 is #D99089. Grayscale: #595959. Windows color (decimal): -14258314 or 7761702. OLE color: 7761702.

HSL color Cylindrical-coordinate representation of color #266F76: hue angle of 185.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #266F76 is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 38 111 118 -
CMYK 0.68 0.06 0 0.54
HSL 185.25º 0.51% 0.31% -
HSV(B) 185.25º 0.68% 0.46% -
XYZ 9.75 13.09 19.15 -
YUV 89.97 143.82 90.93 -
System Red Green Blue C M Y K H S L
Decimal 38 111 118 0.68 0.06 0 0.54 185.25 0.51 0.31
Hex 26 6F 76 44 6 0 36 B9 33 1F
Octal 46 157 166 104 6 0 66 271 63 37
Binary 100110 1101111 1110110 1000100 110 0 110110 10111001 110011 11111

Color Harmonies of #266F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266F76

Black with #266F76

Text Example


Text Example

White with #266F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266F76; }

 p { color: rgb(38,111,118); }

 H1.HeaderClassName
 {
   color: #266F76;
 }
 .AnyTagClassName
 {
   color: #266F76;
 }
</style>

background-color css

<style>
 a { background-color: #266F76; }

 a { background-color: rgb(38,111,118); }

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

border-color css

<style>
 span { border-color: #266F76; }

 span { border-color: rgb(38,111,118); }

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