Html Css Color HEX #323465 Deep Koamaru

📋 copy color: '#323465'

red 50 ◦ green 52 ◦ blue 101

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

Shades of Deep Koamaru #323465

Tints of Deep Koamaru #323465

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.62%

 BLUE value IS 101 (39.84% from 255) = 49.75%

R = 24.63%
G = 25.62%
B = 49.75%

CMYK

 C value IS 0.50

 M value IS 0.49

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#323465 (or 0x323465) is known color: Deep Koamaru. HEX triplet: 32, 34 and 65. RGB value is (50,52,101). Sum of RGB (Red+Green+Blue) = 50+52+101=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 101 (39.84% from 255 or 49.75% from 203); Max value from RGB is 101 - color contains mainly: blue. Hex color #323465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323465 is #CDCB9A. Grayscale: #383838. Windows color (decimal): -13487003 or 6632498. OLE color: 6632498.

HSL color Cylindrical-coordinate representation of color #323465: hue angle of 237.65º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #323465 is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 50 52 101 -
CMYK 0.50 0.49 0 0.60
HSL 237.65º 0.34% 0.3% -
HSV(B) 237.65º 0.5% 0.4% -
XYZ 4.89 4.07 12.84 -
YUV 56.99 152.84 123.02 -
System Red Green Blue C M Y K H S L
Decimal 50 52 101 0.50 0.49 0 0.60 237.65 0.34 0.3
Hex 32 34 65 32 31 0 3C EE 22 1E
Octal 62 64 145 62 61 0 74 356 42 36
Binary 110010 110100 1100101 110010 110001 0 111100 11101110 100010 11110

Color Harmonies of #323465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323465

Black with #323465

Text Example


Text Example

White with #323465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323465; }

 p { color: rgb(50,52,101); }

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

background-color css

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

 a { background-color: rgb(50,52,101); }

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

border-color css

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

 span { border-color: rgb(50,52,101); }

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