Html Css Color HEX #323262 Deep Koamaru

📋 copy color: '#323262'

red 50 ◦ green 50 ◦ blue 98

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

Shades of Deep Koamaru #323262

Tints of Deep Koamaru #323262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 49.49%

R = 25.25%
G = 25.25%
B = 49.49%

CMYK

 C value IS 0.49

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#323262 (or 0x323262) is known color: Deep Koamaru. HEX triplet: 32, 32 and 62. RGB value is (50,50,98). Sum of RGB (Red+Green+Blue) = 50+50+98=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 98 (38.67% from 255 or 49.49% from 198); Max value from RGB is 98 - color contains mainly: blue. Hex color #323262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323262 is #CDCD9D. Grayscale: #373737. Windows color (decimal): -13487518 or 6435378. OLE color: 6435378.

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

Color convert

RGB 50 50 98 -
CMYK 0.49 0.49 0 0.62
HSL 240º 0.32% 0.29% -
HSV(B) 240º 0.49% 0.38% -
XYZ 4.66 3.84 12.05 -
YUV 55.47 152 124.1 -
System Red Green Blue C M Y K H S L
Decimal 50 50 98 0.49 0.49 0 0.62 240 0.32 0.29
Hex 32 32 62 31 31 0 3E F0 20 1D
Octal 62 62 142 61 61 0 76 360 40 35
Binary 110010 110010 1100010 110001 110001 0 111110 11110000 100000 11101

Color Harmonies of #323262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323262

Black with #323262

Text Example


Text Example

White with #323262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323262; }

 p { color: rgb(50,50,98); }

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

background-color css

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

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

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

border-color css

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

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

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