Html Css Color HEX #0335E1 Persian Blue

📋 copy color: '#0335E1'

red 3 ◦ green 53 ◦ blue 225

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

Shades of Persian Blue #0335E1

Tints of Persian Blue #0335E1

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.86%

 BLUE value IS 225 (88.28% from 255) = 80.07%

R = 1.07%
G = 18.86%
B = 80.07%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0335E1 (or 0x0335E1) is known color: Persian Blue. HEX triplet: 03, 35 and E1. RGB value is (3,53,225). Sum of RGB (Red+Green+Blue) = 3+53+225=281 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 225 (88.28% from 255 or 80.07% from 281); Max value from RGB is 225 - color contains mainly: blue. Hex color #0335E1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0335E1 is #FCCA1E. Grayscale: #383838. Windows color (decimal): -16566815 or 14759171. OLE color: 14759171.

HSL color Cylindrical-coordinate representation of color #0335E1: hue angle of 226.49º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0335E1 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 3 53 225 -
CMYK 0.99 0.76 0 0.12
HSL 226.49º 0.97% 0.45% -
HSV(B) 226.49º 0.99% 0.88% -
XYZ 14.9 8 71.99 -
YUV 57.66 222.44 89.01 -
System Red Green Blue C M Y K H S L
Decimal 3 53 225 0.99 0.76 0 0.12 226.49 0.97 0.45
Hex 3 35 E1 63 4C 0 C E2 61 2D
Octal 3 65 341 143 114 0 14 342 141 55
Binary 11 110101 11100001 1100011 1001100 0 1100 11100010 1100001 101101

Color Harmonies of #0335E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0335E1

Black with #0335E1

Text Example


Text Example

White with #0335E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0335E1; }

 p { color: rgb(3,53,225); }

 H1.HeaderClassName
 {
   color: #0335E1;
 }
 .AnyTagClassName
 {
   color: #0335E1;
 }
</style>

background-color css

<style>
 a { background-color: #0335E1; }

 a { background-color: rgb(3,53,225); }

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

border-color css

<style>
 span { border-color: #0335E1; }

 span { border-color: rgb(3,53,225); }

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