Html Css Color HEX #033FCD Persian Blue

📋 copy color: '#033FCD'

red 3 ◦ green 63 ◦ blue 205

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

Shades of Persian Blue #033FCD

Tints of Persian Blue #033FCD

RGB

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

 GREEN value IS 63 (25% from 255) = 23.25%

 BLUE value IS 205 (80.47% from 255) = 75.65%

R = 1.11%
G = 23.25%
B = 75.65%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#033FCD (or 0x033FCD) is known color: Persian Blue. HEX triplet: 03, 3F and CD. RGB value is (3,63,205). Sum of RGB (Red+Green+Blue) = 3+63+205=271 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 205 (80.47% from 255 or 75.65% from 271); Max value from RGB is 205 - color contains mainly: blue. Hex color #033FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033FCD is #FCC032. Grayscale: #3C3C3C. Windows color (decimal): -16564275 or 13451011. OLE color: 13451011.

HSL color Cylindrical-coordinate representation of color #033FCD: hue angle of 222.18º 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 #033FCD is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 63 205 -
CMYK 0.99 0.69 0 0.20
HSL 222.18º 0.97% 0.41% -
HSV(B) 222.18º 0.99% 0.8% -
XYZ 12.83 7.98 58.62 -
YUV 61.25 209.12 86.45 -
System Red Green Blue C M Y K H S L
Decimal 3 63 205 0.99 0.69 0 0.20 222.18 0.97 0.41
Hex 3 3F CD 63 45 0 14 DE 61 29
Octal 3 77 315 143 105 0 24 336 141 51
Binary 11 111111 11001101 1100011 1000101 0 10100 11011110 1100001 101001

Color Harmonies of #033FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033FCD

Black with #033FCD

Text Example


Text Example

White with #033FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033FCD; }

 p { color: rgb(3,63,205); }

 H1.HeaderClassName
 {
   color: #033FCD;
 }
 .AnyTagClassName
 {
   color: #033FCD;
 }
</style>

background-color css

<style>
 a { background-color: #033FCD; }

 a { background-color: rgb(3,63,205); }

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

border-color css

<style>
 span { border-color: #033FCD; }

 span { border-color: rgb(3,63,205); }

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