Html Css Color HEX #266F67 Genoa

📋 copy color: '#266F67'

red 38 ◦ green 111 ◦ blue 103

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

Shades of Genoa #266F67

Tints of Genoa #266F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 40.87%

R = 15.08%
G = 44.05%
B = 40.87%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#266F67 (or 0x266F67) is known color: Genoa. HEX triplet: 26, 6F and 67. RGB value is (38,111,103). Sum of RGB (Red+Green+Blue) = 38+111+103=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 111 (43.75% from 255 or 44.05% from 252); Blue value is 103 (40.62% from 255 or 40.87% from 252); Max value from RGB is 111 - color contains mainly: green. Hex color #266F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266F67 is #D99098. Grayscale: #585858. Windows color (decimal): -14258329 or 6778662. OLE color: 6778662.

HSL color Cylindrical-coordinate representation of color #266F67: hue angle of 173.42º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #266F67 is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 38 111 103 -
CMYK 0.66 0 0.07 0.56
HSL 173.42º 0.49% 0.29% -
HSV(B) 173.42º 0.66% 0.44% -
XYZ 8.93 12.76 14.82 -
YUV 88.26 136.32 92.15 -
System Red Green Blue C M Y K H S L
Decimal 38 111 103 0.66 0 0.07 0.56 173.42 0.49 0.29
Hex 26 6F 67 42 0 7 38 AD 31 1D
Octal 46 157 147 102 0 7 70 255 61 35
Binary 100110 1101111 1100111 1000010 0 111 111000 10101101 110001 11101

Color Harmonies of #266F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266F67

Black with #266F67

Text Example


Text Example

White with #266F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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