Html Css Color HEX #373964 Deep Koamaru

📋 copy color: '#373964'

red 55 ◦ green 57 ◦ blue 100

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

Shades of Deep Koamaru #373964

Tints of Deep Koamaru #373964

RGB

 RED value IS 55 (21.88% from 255) = 25.94%

 GREEN value IS 57 (22.66% from 255) = 26.89%

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

R = 25.94%
G = 26.89%
B = 47.17%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#373964 (or 0x373964) is known color: Deep Koamaru. HEX triplet: 37, 39 and 64. RGB value is (55,57,100). Sum of RGB (Red+Green+Blue) = 55+57+100=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 100 (39.45% from 255 or 47.17% from 212); Max value from RGB is 100 - color contains mainly: blue. Hex color #373964 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373964 is #C8C69B. Grayscale: #3D3D3D. Windows color (decimal): -13158044 or 6568247. OLE color: 6568247.

HSL color Cylindrical-coordinate representation of color #373964: hue angle of 237.33º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #373964 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 55 57 100 -
CMYK 0.45 0.43 0 0.61
HSL 237.33º 0.29% 0.3% -
HSV(B) 237.33º 0.45% 0.39% -
XYZ 5.34 4.66 12.67 -
YUV 61.3 149.84 123.5 -
System Red Green Blue C M Y K H S L
Decimal 55 57 100 0.45 0.43 0 0.61 237.33 0.29 0.3
Hex 37 39 64 2D 2B 0 3D ED 1D 1E
Octal 67 71 144 55 53 0 75 355 35 36
Binary 110111 111001 1100100 101101 101011 0 111101 11101101 11101 11110

Color Harmonies of #373964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373964

Black with #373964

Text Example


Text Example

White with #373964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373964; }

 p { color: rgb(55,57,100); }

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

background-color css

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

 a { background-color: rgb(55,57,100); }

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

border-color css

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

 span { border-color: rgb(55,57,100); }

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