Html Css Color HEX #363866 Deep Koamaru

📋 copy color: '#363866'

red 54 ◦ green 56 ◦ blue 102

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

Shades of Deep Koamaru #363866

Tints of Deep Koamaru #363866

RGB

 RED value IS 54 (21.48% from 255) = 25.47%

 GREEN value IS 56 (22.27% from 255) = 26.42%

 BLUE value IS 102 (40.23% from 255) = 48.11%

R = 25.47%
G = 26.42%
B = 48.11%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#363866 (or 0x363866) is known color: Deep Koamaru. HEX triplet: 36, 38 and 66. RGB value is (54,56,102). Sum of RGB (Red+Green+Blue) = 54+56+102=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 102 (40.23% from 255 or 48.11% from 212); Max value from RGB is 102 - color contains mainly: blue. Hex color #363866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363866 is #C9C799. Grayscale: #3C3C3C. Windows color (decimal): -13223834 or 6699062. OLE color: 6699062.

HSL color Cylindrical-coordinate representation of color #363866: hue angle of 237.5º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #363866 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 54 56 102 -
CMYK 0.47 0.45 0 0.6
HSL 237.5º 0.31% 0.31% -
HSV(B) 237.5º 0.47% 0.4% -
XYZ 5.33 4.57 13.17 -
YUV 60.65 151.34 123.26 -
System Red Green Blue C M Y K H S L
Decimal 54 56 102 0.47 0.45 0 0.6 237.5 0.31 0.31
Hex 36 38 66 2F 2D 0 3C EE 1F 1F
Octal 66 70 146 57 55 0 74 356 37 37
Binary 110110 111000 1100110 101111 101101 0 111100 11101110 11111 11111

Color Harmonies of #363866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363866

Black with #363866

Text Example


Text Example

White with #363866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363866; }

 p { color: rgb(54,56,102); }

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

background-color css

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

 a { background-color: rgb(54,56,102); }

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

border-color css

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

 span { border-color: rgb(54,56,102); }

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