Html Css Color HEX #0325CF Persian Blue

📋 copy color: '#0325CF'

red 3 ◦ green 37 ◦ blue 207

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

Shades of Persian Blue #0325CF

Tints of Persian Blue #0325CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 83.81%

R = 1.21%
G = 14.98%
B = 83.81%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0325CF (or 0x0325CF) is known color: Persian Blue. HEX triplet: 03, 25 and CF. RGB value is (3,37,207). Sum of RGB (Red+Green+Blue) = 3+37+207=247 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 207 (81.25% from 255 or 83.81% from 247); Max value from RGB is 207 - color contains mainly: blue. Hex color #0325CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0325CF is #FCDA30. Grayscale: #2D2D2D. Windows color (decimal): -16570929 or 13575427. OLE color: 13575427.

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

Color convert

RGB 3 37 207 -
CMYK 0.99 0.82 0 0.19
HSL 230º 0.97% 0.41% -
HSV(B) 230º 0.99% 0.81% -
XYZ 11.96 5.85 59.53 -
YUV 46.21 218.74 97.18 -
System Red Green Blue C M Y K H S L
Decimal 3 37 207 0.99 0.82 0 0.19 230 0.97 0.41
Hex 3 25 CF 63 52 0 13 E6 61 29
Octal 3 45 317 143 122 0 23 346 141 51
Binary 11 100101 11001111 1100011 1010010 0 10011 11100110 1100001 101001

Color Harmonies of #0325CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0325CF

Black with #0325CF

Text Example


Text Example

White with #0325CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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