Html Css Color HEX #323CCB Persian Blue

📋 copy color: '#323CCB'

red 50 ◦ green 60 ◦ blue 203

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

Shades of Persian Blue #323CCB

Tints of Persian Blue #323CCB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.17%

 BLUE value IS 203 (79.69% from 255) = 64.86%

R = 15.97%
G = 19.17%
B = 64.86%

CMYK

 C value IS 0.75

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#323CCB (or 0x323CCB) is known color: Persian Blue. HEX triplet: 32, 3C and CB. RGB value is (50,60,203). Sum of RGB (Red+Green+Blue) = 50+60+203=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #323CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323CCB is #CDC334. Grayscale: #484848. Windows color (decimal): -13484853 or 13319218. OLE color: 13319218.

HSL color Cylindrical-coordinate representation of color #323CCB: hue angle of 236.08º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #323CCB is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 60 203 -
CMYK 0.75 0.70 0 0.20
HSL 236.08º 0.6% 0.5% -
HSV(B) 236.08º 0.75% 0.8% -
XYZ 13.71 8.22 57.36 -
YUV 73.31 201.19 111.37 -
System Red Green Blue C M Y K H S L
Decimal 50 60 203 0.75 0.70 0 0.20 236.08 0.6 0.5
Hex 32 3C CB 4B 46 0 14 EC 3C 32
Octal 62 74 313 113 106 0 24 354 74 62
Binary 110010 111100 11001011 1001011 1000110 0 10100 11101100 111100 110010

Color Harmonies of #323CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323CCB

Black with #323CCB

Text Example


Text Example

White with #323CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323CCB; }

 p { color: rgb(50,60,203); }

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

background-color css

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

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

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

border-color css

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

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

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