Html Css Color HEX #3035CD Persian Blue

📋 copy color: '#3035CD'

red 48 ◦ green 53 ◦ blue 205

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

Shades of Persian Blue #3035CD

Tints of Persian Blue #3035CD

RGB

 RED value IS 48 (19.14% from 255) = 15.69%

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

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

R = 15.69%
G = 17.32%
B = 66.99%

CMYK

 C value IS 0.77

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3035CD (or 0x3035CD) is known color: Persian Blue. HEX triplet: 30, 35 and CD. RGB value is (48,53,205). Sum of RGB (Red+Green+Blue) = 48+53+205=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 205 (80.47% from 255 or 66.99% from 306); Max value from RGB is 205 - color contains mainly: blue. Hex color #3035CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3035CD is #CFCA32. Grayscale: #444444. Windows color (decimal): -13617715 or 13448496. OLE color: 13448496.

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

Color convert

RGB 48 53 205 -
CMYK 0.77 0.74 0 0.20
HSL 238.09º 0.62% 0.5% -
HSV(B) 238.09º 0.77% 0.8% -
XYZ 13.51 7.58 58.51 -
YUV 68.83 204.84 113.14 -
System Red Green Blue C M Y K H S L
Decimal 48 53 205 0.77 0.74 0 0.20 238.09 0.62 0.5
Hex 30 35 CD 4D 4A 0 14 EE 3E 32
Octal 60 65 315 115 112 0 24 356 76 62
Binary 110000 110101 11001101 1001101 1001010 0 10100 11101110 111110 110010

Color Harmonies of #3035CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3035CD

Black with #3035CD

Text Example


Text Example

White with #3035CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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