Html Css Color HEX #033FCC Persian Blue

📋 copy color: '#033FCC'

red 3 ◦ green 63 ◦ blue 204

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

Shades of Persian Blue #033FCC

Tints of Persian Blue #033FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 75.56%

R = 1.11%
G = 23.33%
B = 75.56%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#033FCC (or 0x033FCC) is known color: Persian Blue. HEX triplet: 03, 3F and CC. RGB value is (3,63,204). Sum of RGB (Red+Green+Blue) = 3+63+204=270 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 204 (80.08% from 255 or 75.56% from 270); Max value from RGB is 204 - color contains mainly: blue. Hex color #033FCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033FCC is #FCC033. Grayscale: #3C3C3C. Windows color (decimal): -16564276 or 13385475. OLE color: 13385475.

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

Color convert

RGB 3 63 204 -
CMYK 0.99 0.69 0 0.2
HSL 222.09º 0.97% 0.41% -
HSV(B) 222.09º 0.99% 0.8% -
XYZ 12.71 7.93 57.99 -
YUV 61.13 208.62 86.54 -
System Red Green Blue C M Y K H S L
Decimal 3 63 204 0.99 0.69 0 0.2 222.09 0.97 0.41
Hex 3 3F CC 63 45 0 14 DE 61 29
Octal 3 77 314 143 105 0 24 336 141 51
Binary 11 111111 11001100 1100011 1000101 0 10100 11011110 1100001 101001

Color Harmonies of #033FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033FCC

Black with #033FCC

Text Example


Text Example

White with #033FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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