Html Css Color HEX #033AED Persian Blue

📋 copy color: '#033AED'

red 3 ◦ green 58 ◦ blue 237

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

Shades of Persian Blue #033AED

Tints of Persian Blue #033AED

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.46%

 BLUE value IS 237 (92.97% from 255) = 79.53%

R = 1.01%
G = 19.46%
B = 79.53%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#033AED (or 0x033AED) is known color: Persian Blue. HEX triplet: 03, 3A and ED. RGB value is (3,58,237). Sum of RGB (Red+Green+Blue) = 3+58+237=298 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 237 (92.97% from 255 or 79.53% from 298); Max value from RGB is 237 - color contains mainly: blue. Hex color #033AED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033AED is #FCC512. Grayscale: #3D3D3D. Windows color (decimal): -16565523 or 15546883. OLE color: 15546883.

HSL color Cylindrical-coordinate representation of color #033AED: hue angle of 225.9º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033AED is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 58 237 -
CMYK 0.99 0.76 0 0.07
HSL 225.9º 0.98% 0.47% -
HSV(B) 225.9º 0.99% 0.93% -
XYZ 16.84 9.16 81 -
YUV 61.96 226.78 85.95 -
System Red Green Blue C M Y K H S L
Decimal 3 58 237 0.99 0.76 0 0.07 225.9 0.98 0.47
Hex 3 3A ED 63 4C 0 7 E2 62 2F
Octal 3 72 355 143 114 0 7 342 142 57
Binary 11 111010 11101101 1100011 1001100 0 111 11100010 1100010 101111

Color Harmonies of #033AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033AED

Black with #033AED

Text Example


Text Example

White with #033AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,58,237); }

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

background-color css

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

 a { background-color: rgb(3,58,237); }

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

border-color css

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

 span { border-color: rgb(3,58,237); }

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