Html Css Color HEX #323062 Deep Koamaru

📋 copy color: '#323062'

red 50 ◦ green 48 ◦ blue 98

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

Shades of Deep Koamaru #323062

Tints of Deep Koamaru #323062

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.49%

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

R = 25.51%
G = 24.49%
B = 50%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#323062 (or 0x323062) is known color: Deep Koamaru. HEX triplet: 32, 30 and 62. RGB value is (50,48,98). Sum of RGB (Red+Green+Blue) = 50+48+98=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 98 (38.67% from 255 or 50% from 196); Max value from RGB is 98 - color contains mainly: blue. Hex color #323062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323062 is #CDCF9D. Grayscale: #363636. Windows color (decimal): -13488030 or 6434866. OLE color: 6434866.

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

Color convert

RGB 50 48 98 -
CMYK 0.49 0.51 0 0.62
HSL 242.4º 0.34% 0.29% -
HSV(B) 242.4º 0.51% 0.38% -
XYZ 4.58 3.67 12.02 -
YUV 54.3 152.66 124.93 -
System Red Green Blue C M Y K H S L
Decimal 50 48 98 0.49 0.51 0 0.62 242.4 0.34 0.29
Hex 32 30 62 31 33 0 3E F2 22 1D
Octal 62 60 142 61 63 0 76 362 42 35
Binary 110010 110000 1100010 110001 110011 0 111110 11110010 100010 11101

Color Harmonies of #323062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323062

Black with #323062

Text Example


Text Example

White with #323062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323062; }

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

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

background-color css

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

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

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

border-color css

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

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

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