Html Css Color HEX #363A6C Deep Koamaru

📋 copy color: '#363A6C'

red 54 ◦ green 58 ◦ blue 108

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

Shades of Deep Koamaru #363A6C

Tints of Deep Koamaru #363A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 49.09%

R = 24.55%
G = 26.36%
B = 49.09%

CMYK

 C value IS 0.50

 M value IS 0.46

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#363A6C (or 0x363A6C) is known color: Deep Koamaru. HEX triplet: 36, 3A and 6C. RGB value is (54,58,108). Sum of RGB (Red+Green+Blue) = 54+58+108=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #363A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363A6C is #C9C593. Grayscale: #3E3E3E. Windows color (decimal): -13223316 or 7092790. OLE color: 7092790.

HSL color Cylindrical-coordinate representation of color #363A6C: hue angle of 235.56º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #363A6C is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 54 58 108 -
CMYK 0.50 0.46 0 0.58
HSL 235.56º 0.33% 0.32% -
HSV(B) 235.56º 0.5% 0.42% -
XYZ 5.74 4.89 14.83 -
YUV 62.5 153.67 121.93 -
System Red Green Blue C M Y K H S L
Decimal 54 58 108 0.50 0.46 0 0.58 235.56 0.33 0.32
Hex 36 3A 6C 32 2E 0 3A EC 21 20
Octal 66 72 154 62 56 0 72 354 41 40
Binary 110110 111010 1101100 110010 101110 0 111010 11101100 100001 100000

Color Harmonies of #363A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363A6C

Black with #363A6C

Text Example


Text Example

White with #363A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363A6C; }

 p { color: rgb(54,58,108); }

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

background-color css

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

 a { background-color: rgb(54,58,108); }

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

border-color css

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

 span { border-color: rgb(54,58,108); }

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