Html Css Color HEX #3035CE Persian Blue

📋 copy color: '#3035CE'

red 48 ◦ green 53 ◦ blue 206

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

Shades of Persian Blue #3035CE

Tints of Persian Blue #3035CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 67.1%

R = 15.64%
G = 17.26%
B = 67.1%

CMYK

 C value IS 0.77

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3035CE (or 0x3035CE) is known color: Persian Blue. HEX triplet: 30, 35 and CE. RGB value is (48,53,206). Sum of RGB (Red+Green+Blue) = 48+53+206=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #3035CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3035CE is #CFCA31. Grayscale: #444444. Windows color (decimal): -13617714 or 13514032. OLE color: 13514032.

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

Color convert

RGB 48 53 206 -
CMYK 0.77 0.74 0 0.19
HSL 238.1º 0.62% 0.5% -
HSV(B) 238.1º 0.77% 0.81% -
XYZ 13.63 7.63 59.15 -
YUV 68.95 205.34 113.06 -
System Red Green Blue C M Y K H S L
Decimal 48 53 206 0.77 0.74 0 0.19 238.1 0.62 0.5
Hex 30 35 CE 4D 4A 0 13 EE 3E 32
Octal 60 65 316 115 112 0 23 356 76 62
Binary 110000 110101 11001110 1001101 1001010 0 10011 11101110 111110 110010

Color Harmonies of #3035CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3035CE

Black with #3035CE

Text Example


Text Example

White with #3035CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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