Html Css Color HEX #323360 Deep Koamaru

📋 copy color: '#323360'

red 50 ◦ green 51 ◦ blue 96

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

Shades of Deep Koamaru #323360

Tints of Deep Koamaru #323360

RGB

 RED value IS 50 (19.92% from 255) = 25.38%

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

 BLUE value IS 96 (37.89% from 255) = 48.73%

R = 25.38%
G = 25.89%
B = 48.73%

CMYK

 C value IS 0.48

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#323360 (or 0x323360) is known color: Deep Koamaru. HEX triplet: 32, 33 and 60. RGB value is (50,51,96). Sum of RGB (Red+Green+Blue) = 50+51+96=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 96 - color contains mainly: blue. Hex color #323360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323360 is #CDCC9F. Grayscale: #373737. Windows color (decimal): -13487264 or 6304562. OLE color: 6304562.

HSL color Cylindrical-coordinate representation of color #323360: hue angle of 238.7º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #323360 is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 51 96 -
CMYK 0.48 0.47 0 0.62
HSL 238.7º 0.32% 0.29% -
HSV(B) 238.7º 0.48% 0.38% -
XYZ 4.61 3.89 11.57 -
YUV 55.83 150.67 123.84 -
System Red Green Blue C M Y K H S L
Decimal 50 51 96 0.48 0.47 0 0.62 238.7 0.32 0.29
Hex 32 33 60 30 2F 0 3E EF 20 1D
Octal 62 63 140 60 57 0 76 357 40 35
Binary 110010 110011 1100000 110000 101111 0 111110 11101111 100000 11101

Color Harmonies of #323360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323360

Black with #323360

Text Example


Text Example

White with #323360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323360; }

 p { color: rgb(50,51,96); }

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

background-color css

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

 a { background-color: rgb(50,51,96); }

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

border-color css

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

 span { border-color: rgb(50,51,96); }

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