Html Css Color HEX #0325C9 Persian Blue

📋 copy color: '#0325C9'

red 3 ◦ green 37 ◦ blue 201

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

Shades of Persian Blue #0325C9

Tints of Persian Blue #0325C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 83.4%

R = 1.24%
G = 15.35%
B = 83.4%

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

#0325C9 (or 0x0325C9) is known color: Persian Blue. HEX triplet: 03, 25 and C9. RGB value is (3,37,201). Sum of RGB (Red+Green+Blue) = 3+37+201=241 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 201 (78.91% from 255 or 83.40% from 241); Max value from RGB is 201 - color contains mainly: blue. Hex color #0325C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0325C9 is #FCDA36. Grayscale: #2C2C2C. Windows color (decimal): -16570935 or 13182211. OLE color: 13182211.

HSL color Cylindrical-coordinate representation of color #0325C9: hue angle of 229.7º 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 #0325C9 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 3 37 201 -
CMYK 0.99 0.82 0 0.21
HSL 229.7º 0.97% 0.4% -
HSV(B) 229.7º 0.99% 0.79% -
XYZ 11.24 5.56 55.74 -
YUV 45.53 215.74 97.66 -
System Red Green Blue C M Y K H S L
Decimal 3 37 201 0.99 0.82 0 0.21 229.7 0.97 0.4
Hex 3 25 C9 63 52 0 15 E6 61 28
Octal 3 45 311 143 122 0 25 346 141 50
Binary 11 100101 11001001 1100011 1010010 0 10101 11100110 1100001 101000

Color Harmonies of #0325C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0325C9

Black with #0325C9

Text Example


Text Example

White with #0325C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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