Html Css Color HEX #052DC3 Persian Blue

📋 copy color: '#052DC3'

red 5 ◦ green 45 ◦ blue 195

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

Shades of Persian Blue #052DC3

Tints of Persian Blue #052DC3

RGB

 RED value IS 5 (2.34% from 255) = 2.04%

 GREEN value IS 45 (17.97% from 255) = 18.37%

 BLUE value IS 195 (76.56% from 255) = 79.59%

R = 2.04%
G = 18.37%
B = 79.59%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#052DC3 (or 0x052DC3) is known color: Persian Blue. HEX triplet: 05, 2D and C3. RGB value is (5,45,195). Sum of RGB (Red+Green+Blue) = 5+45+195=245 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.04% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 195 (76.56% from 255 or 79.59% from 245); Max value from RGB is 195 - color contains mainly: blue. Hex color #052DC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052DC3 is #FAD23C. Grayscale: #313131. Windows color (decimal): -16437821 or 12791045. OLE color: 12791045.

HSL color Cylindrical-coordinate representation of color #052DC3: hue angle of 227.37º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052DC3 is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 5 45 195 -
CMYK 0.97 0.77 0 0.24
HSL 227.37º 0.95% 0.39% -
HSV(B) 227.37º 0.97% 0.76% -
XYZ 10.85 5.85 52.19 -
YUV 50.14 209.75 95.8 -
System Red Green Blue C M Y K H S L
Decimal 5 45 195 0.97 0.77 0 0.24 227.37 0.95 0.39
Hex 5 2D C3 61 4D 0 18 E3 5F 27
Octal 5 55 303 141 115 0 30 343 137 47
Binary 101 101101 11000011 1100001 1001101 0 11000 11100011 1011111 100111

Color Harmonies of #052DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052DC3

Black with #052DC3

Text Example


Text Example

White with #052DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052DC3; }

 p { color: rgb(5,45,195); }

 H1.HeaderClassName
 {
   color: #052DC3;
 }
 .AnyTagClassName
 {
   color: #052DC3;
 }
</style>

background-color css

<style>
 a { background-color: #052DC3; }

 a { background-color: rgb(5,45,195); }

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

border-color css

<style>
 span { border-color: #052DC3; }

 span { border-color: rgb(5,45,195); }

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