Html Css Color HEX #0323CC Persian Blue

📋 copy color: '#0323CC'

red 3 ◦ green 35 ◦ blue 204

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

Shades of Persian Blue #0323CC

Tints of Persian Blue #0323CC

RGB

 RED value IS 3 (1.56% from 255) = 1.24%

 GREEN value IS 35 (14.06% from 255) = 14.46%

 BLUE value IS 204 (80.08% from 255) = 84.3%

R = 1.24%
G = 14.46%
B = 84.3%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0323CC (or 0x0323CC) is known color: Persian Blue. HEX triplet: 03, 23 and CC. RGB value is (3,35,204). Sum of RGB (Red+Green+Blue) = 3+35+204=242 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 204 (80.08% from 255 or 84.30% from 242); Max value from RGB is 204 - color contains mainly: blue. Hex color #0323CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0323CC is #FCDC33. Grayscale: #2B2B2B. Windows color (decimal): -16571444 or 13378307. OLE color: 13378307.

HSL color Cylindrical-coordinate representation of color #0323CC: hue angle of 230.45º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0323CC is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 3 35 204 -
CMYK 0.99 0.83 0 0.2
HSL 230.45º 0.97% 0.41% -
HSV(B) 230.45º 0.99% 0.8% -
XYZ 11.54 5.58 57.6 -
YUV 44.7 217.9 98.26 -
System Red Green Blue C M Y K H S L
Decimal 3 35 204 0.99 0.83 0 0.2 230.45 0.97 0.41
Hex 3 23 CC 63 53 0 14 E6 61 29
Octal 3 43 314 143 123 0 24 346 141 51
Binary 11 100011 11001100 1100011 1010011 0 10100 11100110 1100001 101001

Color Harmonies of #0323CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0323CC

Black with #0323CC

Text Example


Text Example

White with #0323CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0323CC; }

 p { color: rgb(3,35,204); }

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

background-color css

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

 a { background-color: rgb(3,35,204); }

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

border-color css

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

 span { border-color: rgb(3,35,204); }

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