Html Css Color HEX #033FCF Persian Blue

📋 copy color: '#033FCF'

red 3 ◦ green 63 ◦ blue 207

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

Shades of Persian Blue #033FCF

Tints of Persian Blue #033FCF

RGB

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

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

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

R = 1.1%
G = 23.08%
B = 75.82%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#033FCF (or 0x033FCF) is known color: Persian Blue. HEX triplet: 03, 3F and CF. RGB value is (3,63,207). Sum of RGB (Red+Green+Blue) = 3+63+207=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 207 (81.25% from 255 or 75.82% from 273); Max value from RGB is 207 - color contains mainly: blue. Hex color #033FCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033FCF is #FCC030. Grayscale: #3C3C3C. Windows color (decimal): -16564273 or 13582083. OLE color: 13582083.

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

Color convert

RGB 3 63 207 -
CMYK 0.99 0.70 0 0.19
HSL 222.35º 0.97% 0.41% -
HSV(B) 222.35º 0.99% 0.81% -
XYZ 13.08 8.08 59.9 -
YUV 61.48 210.12 86.29 -
System Red Green Blue C M Y K H S L
Decimal 3 63 207 0.99 0.70 0 0.19 222.35 0.97 0.41
Hex 3 3F CF 63 46 0 13 DE 61 29
Octal 3 77 317 143 106 0 23 336 141 51
Binary 11 111111 11001111 1100011 1000110 0 10011 11011110 1100001 101001

Color Harmonies of #033FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033FCF

Black with #033FCF

Text Example


Text Example

White with #033FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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