Html Css Color HEX #363358 Deep Koamaru

📋 copy color: '#363358'

red 54 ◦ green 51 ◦ blue 88

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

Shades of Deep Koamaru #363358

Tints of Deep Koamaru #363358

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.42%

 BLUE value IS 88 (34.77% from 255) = 45.6%

R = 27.98%
G = 26.42%
B = 45.6%

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

#363358 (or 0x363358) is known color: Deep Koamaru. HEX triplet: 36, 33 and 58. RGB value is (54,51,88). Sum of RGB (Red+Green+Blue) = 54+51+88=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 88 (34.77% from 255 or 45.60% from 193); Max value from RGB is 88 - color contains mainly: blue. Hex color #363358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363358 is #C9CCA7. Grayscale: #373737. Windows color (decimal): -13225128 or 5780278. OLE color: 5780278.

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

Color convert

RGB 54 51 88 -
CMYK 0.39 0.42 0 0.65
HSL 244.86º 0.27% 0.27% -
HSV(B) 244.86º 0.42% 0.35% -
XYZ 4.47 3.86 9.74 -
YUV 56.12 145.99 126.49 -
System Red Green Blue C M Y K H S L
Decimal 54 51 88 0.39 0.42 0 0.65 244.86 0.27 0.27
Hex 36 33 58 27 2A 0 41 F5 1B 1B
Octal 66 63 130 47 52 0 101 365 33 33
Binary 110110 110011 1011000 100111 101010 0 1000001 11110101 11011 11011

Color Harmonies of #363358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363358

Black with #363358

Text Example


Text Example

White with #363358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363358; }

 p { color: rgb(54,51,88); }

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

background-color css

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

 a { background-color: rgb(54,51,88); }

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

border-color css

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

 span { border-color: rgb(54,51,88); }

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