Html Css Color HEX #033CE6 Persian Blue

📋 copy color: '#033CE6'

red 3 ◦ green 60 ◦ blue 230

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

Shades of Persian Blue #033CE6

Tints of Persian Blue #033CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 78.5%

R = 1.02%
G = 20.48%
B = 78.5%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#033CE6 (or 0x033CE6) is known color: Persian Blue. HEX triplet: 03, 3C and E6. RGB value is (3,60,230). Sum of RGB (Red+Green+Blue) = 3+60+230=293 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 230 (90.23% from 255 or 78.50% from 293); Max value from RGB is 230 - color contains mainly: blue. Hex color #033CE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033CE6 is #FCC319. Grayscale: #3D3D3D. Windows color (decimal): -16565018 or 15088643. OLE color: 15088643.

HSL color Cylindrical-coordinate representation of color #033CE6: hue angle of 224.93º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033CE6 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 3 60 230 -
CMYK 0.99 0.74 0 0.10
HSL 224.93º 0.97% 0.46% -
HSV(B) 224.93º 0.99% 0.9% -
XYZ 15.94 8.96 75.75 -
YUV 62.34 222.62 85.68 -
System Red Green Blue C M Y K H S L
Decimal 3 60 230 0.99 0.74 0 0.10 224.93 0.97 0.46
Hex 3 3C E6 63 4A 0 A E1 61 2E
Octal 3 74 346 143 112 0 12 341 141 56
Binary 11 111100 11100110 1100011 1001010 0 1010 11100001 1100001 101110

Color Harmonies of #033CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033CE6

Black with #033CE6

Text Example


Text Example

White with #033CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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