Html Css Color HEX #3A3762 Deep Koamaru

📋 copy color: '#3A3762'

red 58 ◦ green 55 ◦ blue 98

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

Shades of Deep Koamaru #3A3762

Tints of Deep Koamaru #3A3762

RGB

 RED value IS 58 (23.05% from 255) = 27.49%

 GREEN value IS 55 (21.88% from 255) = 26.07%

 BLUE value IS 98 (38.67% from 255) = 46.45%

R = 27.49%
G = 26.07%
B = 46.45%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3A3762 (or 0x3A3762) is known color: Deep Koamaru. HEX triplet: 3A, 37 and 62. RGB value is (58,55,98). Sum of RGB (Red+Green+Blue) = 58+55+98=211 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.49% from 211); Green value is 55 (21.88% from 255 or 26.07% from 211); Blue value is 98 (38.67% from 255 or 46.45% from 211); Max value from RGB is 98 - color contains mainly: blue. Hex color #3A3762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3762 is #C5C89D. Grayscale: #3C3C3C. Windows color (decimal): -12961950 or 6436666. OLE color: 6436666.

HSL color Cylindrical-coordinate representation of color #3A3762: hue angle of 244.19º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3A3762 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 58 55 98 -
CMYK 0.41 0.44 0 0.62
HSL 244.19º 0.28% 0.3% -
HSV(B) 244.19º 0.44% 0.38% -
XYZ 5.32 4.51 12.15 -
YUV 60.8 148.99 126 -
System Red Green Blue C M Y K H S L
Decimal 58 55 98 0.41 0.44 0 0.62 244.19 0.28 0.3
Hex 3A 37 62 29 2C 0 3E F4 1C 1E
Octal 72 67 142 51 54 0 76 364 34 36
Binary 111010 110111 1100010 101001 101100 0 111110 11110100 11100 11110

Color Harmonies of #3A3762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3762

Black with #3A3762

Text Example


Text Example

White with #3A3762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A3762; }

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

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

background-color css

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

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

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

border-color css

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

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

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