Html Css Color HEX #033CCD Persian Blue

📋 copy color: '#033CCD'

red 3 ◦ green 60 ◦ blue 205

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

Shades of Persian Blue #033CCD

Tints of Persian Blue #033CCD

RGB

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

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

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

R = 1.12%
G = 22.39%
B = 76.49%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#033CCD (or 0x033CCD) is known color: Persian Blue. HEX triplet: 03, 3C and CD. RGB value is (3,60,205). Sum of RGB (Red+Green+Blue) = 3+60+205=268 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 205 (80.47% from 255 or 76.49% from 268); Max value from RGB is 205 - color contains mainly: blue. Hex color #033CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033CCD is #FCC332. Grayscale: #3A3A3A. Windows color (decimal): -16565043 or 13450243. OLE color: 13450243.

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

Color convert

RGB 3 60 205 -
CMYK 0.99 0.71 0 0.20
HSL 223.07º 0.97% 0.41% -
HSV(B) 223.07º 0.99% 0.8% -
XYZ 12.67 7.66 58.57 -
YUV 59.49 210.12 87.71 -
System Red Green Blue C M Y K H S L
Decimal 3 60 205 0.99 0.71 0 0.20 223.07 0.97 0.41
Hex 3 3C CD 63 47 0 14 DF 61 29
Octal 3 74 315 143 107 0 24 337 141 51
Binary 11 111100 11001101 1100011 1000111 0 10100 11011111 1100001 101001

Color Harmonies of #033CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033CCD

Black with #033CCD

Text Example


Text Example

White with #033CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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