Html Css Color HEX #373A68 Deep Koamaru

📋 copy color: '#373A68'

red 55 ◦ green 58 ◦ blue 104

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

Shades of Deep Koamaru #373A68

Tints of Deep Koamaru #373A68

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.73%

 BLUE value IS 104 (41.02% from 255) = 47.93%

R = 25.35%
G = 26.73%
B = 47.93%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#373A68 (or 0x373A68) is known color: Deep Koamaru. HEX triplet: 37, 3A and 68. RGB value is (55,58,104). Sum of RGB (Red+Green+Blue) = 55+58+104=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 58 (23.05% from 255 or 26.73% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 104 - color contains mainly: blue. Hex color #373A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373A68 is #C8C597. Grayscale: #3E3E3E. Windows color (decimal): -13157784 or 6830647. OLE color: 6830647.

HSL color Cylindrical-coordinate representation of color #373A68: hue angle of 236.33º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #373A68 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 58 104 -
CMYK 0.47 0.44 0 0.59
HSL 236.33º 0.31% 0.31% -
HSV(B) 236.33º 0.47% 0.41% -
XYZ 5.59 4.84 13.74 -
YUV 62.35 151.51 122.76 -
System Red Green Blue C M Y K H S L
Decimal 55 58 104 0.47 0.44 0 0.59 236.33 0.31 0.31
Hex 37 3A 68 2F 2C 0 3B EC 1F 1F
Octal 67 72 150 57 54 0 73 354 37 37
Binary 110111 111010 1101000 101111 101100 0 111011 11101100 11111 11111

Color Harmonies of #373A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373A68

Black with #373A68

Text Example


Text Example

White with #373A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373A68; }

 p { color: rgb(55,58,104); }

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

background-color css

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

 a { background-color: rgb(55,58,104); }

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

border-color css

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

 span { border-color: rgb(55,58,104); }

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