Html Css Color HEX #033CDF Persian Blue

📋 copy color: '#033CDF'

red 3 ◦ green 60 ◦ blue 223

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

Shades of Persian Blue #033CDF

Tints of Persian Blue #033CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 77.97%

R = 1.05%
G = 20.98%
B = 77.97%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#033CDF (or 0x033CDF) is known color: Persian Blue. HEX triplet: 03, 3C and DF. RGB value is (3,60,223). Sum of RGB (Red+Green+Blue) = 3+60+223=286 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 223 (87.5% from 255 or 77.97% from 286); Max value from RGB is 223 - color contains mainly: blue. Hex color #033CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033CDF is #FCC320. Grayscale: #3C3C3C. Windows color (decimal): -16565025 or 14629891. OLE color: 14629891.

HSL color Cylindrical-coordinate representation of color #033CDF: hue angle of 224.45º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033CDF is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 60 223 -
CMYK 0.99 0.73 0 0.13
HSL 224.45º 0.97% 0.44% -
HSV(B) 224.45º 0.99% 0.87% -
XYZ 14.97 8.58 70.68 -
YUV 61.54 219.12 86.25 -
System Red Green Blue C M Y K H S L
Decimal 3 60 223 0.99 0.73 0 0.13 224.45 0.97 0.44
Hex 3 3C DF 63 49 0 D E0 61 2C
Octal 3 74 337 143 111 0 15 340 141 54
Binary 11 111100 11011111 1100011 1001001 0 1101 11100000 1100001 101100

Color Harmonies of #033CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033CDF

Black with #033CDF

Text Example


Text Example

White with #033CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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