Html Css Color HEX #323266 Deep Koamaru

📋 copy color: '#323266'

red 50 ◦ green 50 ◦ blue 102

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

Shades of Deep Koamaru #323266

Tints of Deep Koamaru #323266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 50.5%

R = 24.75%
G = 24.75%
B = 50.5%

CMYK

 C value IS 0.51

 M value IS 0.51

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#323266 (or 0x323266) is known color: Deep Koamaru. HEX triplet: 32, 32 and 66. RGB value is (50,50,102). Sum of RGB (Red+Green+Blue) = 50+50+102=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #323266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323266 is #CDCD99. Grayscale: #373737. Windows color (decimal): -13487514 or 6697522. OLE color: 6697522.

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

Color convert

RGB 50 50 102 -
CMYK 0.51 0.51 0 0.6
HSL 240º 0.34% 0.3% -
HSV(B) 240º 0.51% 0.4% -
XYZ 4.85 3.92 13.07 -
YUV 55.93 154 123.77 -
System Red Green Blue C M Y K H S L
Decimal 50 50 102 0.51 0.51 0 0.6 240 0.34 0.3
Hex 32 32 66 33 33 0 3C F0 22 1E
Octal 62 62 146 63 63 0 74 360 42 36
Binary 110010 110010 1100110 110011 110011 0 111100 11110000 100010 11110

Color Harmonies of #323266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323266

Black with #323266

Text Example


Text Example

White with #323266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323266; }

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

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

background-color css

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

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

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

border-color css

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

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

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