Html Css Color HEX #033CDE Persian Blue

📋 copy color: '#033CDE'

red 3 ◦ green 60 ◦ blue 222

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

Shades of Persian Blue #033CDE

Tints of Persian Blue #033CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 77.89%

R = 1.05%
G = 21.05%
B = 77.89%

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

#033CDE (or 0x033CDE) is known color: Persian Blue. HEX triplet: 03, 3C and DE. RGB value is (3,60,222). Sum of RGB (Red+Green+Blue) = 3+60+222=285 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 222 (87.11% from 255 or 77.89% from 285); Max value from RGB is 222 - color contains mainly: blue. Hex color #033CDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033CDE is #FCC321. Grayscale: #3C3C3C. Windows color (decimal): -16565026 or 14564355. OLE color: 14564355.

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

Color convert

RGB 3 60 222 -
CMYK 0.99 0.73 0 0.13
HSL 224.38º 0.97% 0.44% -
HSV(B) 224.38º 0.99% 0.87% -
XYZ 14.84 8.53 69.97 -
YUV 61.43 218.62 86.33 -
System Red Green Blue C M Y K H S L
Decimal 3 60 222 0.99 0.73 0 0.13 224.38 0.97 0.44
Hex 3 3C DE 63 49 0 D E0 61 2C
Octal 3 74 336 143 111 0 15 340 141 54
Binary 11 111100 11011110 1100011 1001001 0 1101 11100000 1100001 101100

Color Harmonies of #033CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033CDE

Black with #033CDE

Text Example


Text Example

White with #033CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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