Html Css Color HEX #237366 Genoa

📋 copy color: '#237366'

red 35 ◦ green 115 ◦ blue 102

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

Shades of Genoa #237366

Tints of Genoa #237366

RGB

 RED value IS 35 (14.06% from 255) = 13.89%

 GREEN value IS 115 (45.31% from 255) = 45.63%

 BLUE value IS 102 (40.23% from 255) = 40.48%

R = 13.89%
G = 45.63%
B = 40.48%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#237366 (or 0x237366) is known color: Genoa. HEX triplet: 23, 73 and 66. RGB value is (35,115,102). Sum of RGB (Red+Green+Blue) = 35+115+102=252 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.89% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 115 - color contains mainly: green. Hex color #237366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237366 is #DC8C99. Grayscale: #595959. Windows color (decimal): -14453914 or 6714147. OLE color: 6714147.

HSL color Cylindrical-coordinate representation of color #237366: hue angle of 170.25º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #237366 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 35 115 102 -
CMYK 0.70 0 0.11 0.55
HSL 170.25º 0.53% 0.29% -
HSV(B) 170.25º 0.7% 0.45% -
XYZ 9.22 13.58 14.71 -
YUV 89.6 135 89.06 -
System Red Green Blue C M Y K H S L
Decimal 35 115 102 0.70 0 0.11 0.55 170.25 0.53 0.29
Hex 23 73 66 46 0 B 37 AA 35 1D
Octal 43 163 146 106 0 13 67 252 65 35
Binary 100011 1110011 1100110 1000110 0 1011 110111 10101010 110101 11101

Color Harmonies of #237366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237366

Black with #237366

Text Example


Text Example

White with #237366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237366; }

 p { color: rgb(35,115,102); }

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

background-color css

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

 a { background-color: rgb(35,115,102); }

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

border-color css

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

 span { border-color: rgb(35,115,102); }

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