Html Css Color HEX #033CD3 Persian Blue

📋 copy color: '#033CD3'

red 3 ◦ green 60 ◦ blue 211

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

Shades of Persian Blue #033CD3

Tints of Persian Blue #033CD3

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.9%

 BLUE value IS 211 (82.81% from 255) = 77.01%

R = 1.09%
G = 21.9%
B = 77.01%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#033CD3 (or 0x033CD3) is known color: Persian Blue. HEX triplet: 03, 3C and D3. RGB value is (3,60,211). Sum of RGB (Red+Green+Blue) = 3+60+211=274 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 274); Green value is 60 (23.83% from 255 or 21.90% from 274); Blue value is 211 (82.81% from 255 or 77.01% from 274); Max value from RGB is 211 - color contains mainly: blue. Hex color #033CD3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033CD3 is #FCC32C. Grayscale: #3B3B3B. Windows color (decimal): -16565037 or 13843459. OLE color: 13843459.

HSL color Cylindrical-coordinate representation of color #033CD3: hue angle of 223.56º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033CD3 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 3 60 211 -
CMYK 0.99 0.72 0 0.17
HSL 223.56º 0.97% 0.42% -
HSV(B) 223.56º 0.99% 0.83% -
XYZ 13.41 7.95 62.46 -
YUV 60.17 213.12 87.22 -
System Red Green Blue C M Y K H S L
Decimal 3 60 211 0.99 0.72 0 0.17 223.56 0.97 0.42
Hex 3 3C D3 63 48 0 11 E0 61 2A
Octal 3 74 323 143 110 0 21 340 141 52
Binary 11 111100 11010011 1100011 1001000 0 10001 11100000 1100001 101010

Color Harmonies of #033CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033CD3

Black with #033CD3

Text Example


Text Example

White with #033CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,60,211); }

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

background-color css

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

 a { background-color: rgb(3,60,211); }

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

border-color css

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

 span { border-color: rgb(3,60,211); }

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