Html Css Color HEX #0325CA Persian Blue

📋 copy color: '#0325CA'

red 3 ◦ green 37 ◦ blue 202

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

Shades of Persian Blue #0325CA

Tints of Persian Blue #0325CA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.29%

 BLUE value IS 202 (79.3% from 255) = 83.47%

R = 1.24%
G = 15.29%
B = 83.47%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0325CA (or 0x0325CA) is known color: Persian Blue. HEX triplet: 03, 25 and CA. RGB value is (3,37,202). Sum of RGB (Red+Green+Blue) = 3+37+202=242 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 202 (79.30% from 255 or 83.47% from 242); Max value from RGB is 202 - color contains mainly: blue. Hex color #0325CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0325CA is #FCDA35. Grayscale: #2C2C2C. Windows color (decimal): -16570934 or 13247747. OLE color: 13247747.

HSL color Cylindrical-coordinate representation of color #0325CA: hue angle of 229.75º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0325CA is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 3 37 202 -
CMYK 0.99 0.82 0 0.21
HSL 229.75º 0.97% 0.4% -
HSV(B) 229.75º 0.99% 0.79% -
XYZ 11.36 5.61 56.36 -
YUV 45.64 216.24 97.58 -
System Red Green Blue C M Y K H S L
Decimal 3 37 202 0.99 0.82 0 0.21 229.75 0.97 0.4
Hex 3 25 CA 63 52 0 15 E6 61 28
Octal 3 45 312 143 122 0 25 346 141 50
Binary 11 100101 11001010 1100011 1010010 0 10101 11100110 1100001 101000

Color Harmonies of #0325CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0325CA

Black with #0325CA

Text Example


Text Example

White with #0325CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0325CA; }

 p { color: rgb(3,37,202); }

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

background-color css

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

 a { background-color: rgb(3,37,202); }

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

border-color css

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

 span { border-color: rgb(3,37,202); }

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