Html Css Color HEX #0335CD Persian Blue

📋 copy color: '#0335CD'

red 3 ◦ green 53 ◦ blue 205

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

Shades of Persian Blue #0335CD

Tints of Persian Blue #0335CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 78.54%

R = 1.15%
G = 20.31%
B = 78.54%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0335CD (or 0x0335CD) is known color: Persian Blue. HEX triplet: 03, 35 and CD. RGB value is (3,53,205). Sum of RGB (Red+Green+Blue) = 3+53+205=261 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 205 (80.47% from 255 or 78.54% from 261); Max value from RGB is 205 - color contains mainly: blue. Hex color #0335CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0335CD is #FCCA32. Grayscale: #363636. Windows color (decimal): -16566835 or 13448451. OLE color: 13448451.

HSL color Cylindrical-coordinate representation of color #0335CD: hue angle of 225.15º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0335CD is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 53 205 -
CMYK 0.99 0.74 0 0.20
HSL 225.15º 0.97% 0.41% -
HSV(B) 225.15º 0.99% 0.8% -
XYZ 12.33 6.97 58.45 -
YUV 55.38 212.44 90.64 -
System Red Green Blue C M Y K H S L
Decimal 3 53 205 0.99 0.74 0 0.20 225.15 0.97 0.41
Hex 3 35 CD 63 4A 0 14 E1 61 29
Octal 3 65 315 143 112 0 24 341 141 51
Binary 11 110101 11001101 1100011 1001010 0 10100 11100001 1100001 101001

Color Harmonies of #0335CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0335CD

Black with #0335CD

Text Example


Text Example

White with #0335CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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