Html Css Color HEX #37345A Deep Koamaru

📋 copy color: '#37345A'

red 55 ◦ green 52 ◦ blue 90

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

Shades of Deep Koamaru #37345A

Tints of Deep Koamaru #37345A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.4%

 BLUE value IS 90 (35.55% from 255) = 45.69%

R = 27.92%
G = 26.4%
B = 45.69%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#37345A (or 0x37345A) is known color: Deep Koamaru. HEX triplet: 37, 34 and 5A. RGB value is (55,52,90). Sum of RGB (Red+Green+Blue) = 55+52+90=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #37345A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37345A is #C8CBA5. Grayscale: #393939. Windows color (decimal): -13159334 or 5911607. OLE color: 5911607.

HSL color Cylindrical-coordinate representation of color #37345A: hue angle of 244.74º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #37345A is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 52 90 -
CMYK 0.39 0.42 0 0.65
HSL 244.74º 0.27% 0.28% -
HSV(B) 244.74º 0.42% 0.35% -
XYZ 4.65 4.01 10.2 -
YUV 57.23 146.49 126.41 -
System Red Green Blue C M Y K H S L
Decimal 55 52 90 0.39 0.42 0 0.65 244.74 0.27 0.28
Hex 37 34 5A 27 2A 0 41 F5 1B 1C
Octal 67 64 132 47 52 0 101 365 33 34
Binary 110111 110100 1011010 100111 101010 0 1000001 11110101 11011 11100

Color Harmonies of #37345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37345A

Black with #37345A

Text Example


Text Example

White with #37345A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37345A; }

 p { color: rgb(55,52,90); }

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

background-color css

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

 a { background-color: rgb(55,52,90); }

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

border-color css

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

 span { border-color: rgb(55,52,90); }

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