Html Css Color HEX #363275 Deep Koamaru

📋 copy color: '#363275'

red 54 ◦ green 50 ◦ blue 117

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

Shades of Deep Koamaru #363275

Tints of Deep Koamaru #363275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.62%

 BLUE value IS 117 (46.09% from 255) = 52.94%

R = 24.43%
G = 22.62%
B = 52.94%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#363275 (or 0x363275) is known color: Deep Koamaru. HEX triplet: 36, 32 and 75. RGB value is (54,50,117). Sum of RGB (Red+Green+Blue) = 54+50+117=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #363275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363275 is #C9CD8A. Grayscale: #3A3A3A. Windows color (decimal): -13225355 or 7680566. OLE color: 7680566.

HSL color Cylindrical-coordinate representation of color #363275: hue angle of 243.58º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #363275 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 50 117 -
CMYK 0.54 0.57 0 0.54
HSL 243.58º 0.4% 0.33% -
HSV(B) 243.58º 0.57% 0.46% -
XYZ 5.87 4.35 17.36 -
YUV 58.83 160.83 124.55 -
System Red Green Blue C M Y K H S L
Decimal 54 50 117 0.54 0.57 0 0.54 243.58 0.4 0.33
Hex 36 32 75 36 39 0 36 F4 28 21
Octal 66 62 165 66 71 0 66 364 50 41
Binary 110110 110010 1110101 110110 111001 0 110110 11110100 101000 100001

Color Harmonies of #363275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363275

Black with #363275

Text Example


Text Example

White with #363275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363275; }

 p { color: rgb(54,50,117); }

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

background-color css

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

 a { background-color: rgb(54,50,117); }

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

border-color css

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

 span { border-color: rgb(54,50,117); }

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