Html Css Color HEX #237364 Deep Sea

📋 copy color: '#237364'

red 35 ◦ green 115 ◦ blue 100

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

Shades of Deep Sea #237364

Tints of Deep Sea #237364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 40%

R = 14%
G = 46%
B = 40%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#237364 (or 0x237364) is known color: Deep Sea. HEX triplet: 23, 73 and 64. RGB value is (35,115,100). Sum of RGB (Red+Green+Blue) = 35+115+100=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 115 - color contains mainly: green. Hex color #237364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237364 is #DC8C9B. Grayscale: #595959. Windows color (decimal): -14453916 or 6583075. OLE color: 6583075.

HSL color Cylindrical-coordinate representation of color #237364: hue angle of 168.75º 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 #237364 is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 35 115 100 -
CMYK 0.70 0 0.13 0.55
HSL 168.75º 0.53% 0.29% -
HSV(B) 168.75º 0.7% 0.45% -
XYZ 9.12 13.54 14.19 -
YUV 89.37 134 89.22 -
System Red Green Blue C M Y K H S L
Decimal 35 115 100 0.70 0 0.13 0.55 168.75 0.53 0.29
Hex 23 73 64 46 0 D 37 A9 35 1D
Octal 43 163 144 106 0 15 67 251 65 35
Binary 100011 1110011 1100100 1000110 0 1101 110111 10101001 110101 11101

Color Harmonies of #237364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237364

Black with #237364

Text Example


Text Example

White with #237364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237364; }

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

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

background-color css

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

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

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

border-color css

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

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

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