Html Css Color HEX #3035CF Persian Blue

📋 copy color: '#3035CF'

red 48 ◦ green 53 ◦ blue 207

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

Shades of Persian Blue #3035CF

Tints of Persian Blue #3035CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 67.21%

R = 15.58%
G = 17.21%
B = 67.21%

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

#3035CF (or 0x3035CF) is known color: Persian Blue. HEX triplet: 30, 35 and CF. RGB value is (48,53,207). Sum of RGB (Red+Green+Blue) = 48+53+207=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 207 (81.25% from 255 or 67.21% from 308); Max value from RGB is 207 - color contains mainly: blue. Hex color #3035CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3035CF is #CFCA30. Grayscale: #444444. Windows color (decimal): -13617713 or 13579568. OLE color: 13579568.

HSL color Cylindrical-coordinate representation of color #3035CF: hue angle of 238.11º 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 #3035CF is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 53 207 -
CMYK 0.77 0.74 0 0.19
HSL 238.11º 0.62% 0.5% -
HSV(B) 238.11º 0.77% 0.81% -
XYZ 13.75 7.68 59.79 -
YUV 69.06 205.84 112.98 -
System Red Green Blue C M Y K H S L
Decimal 48 53 207 0.77 0.74 0 0.19 238.11 0.62 0.5
Hex 30 35 CF 4D 4A 0 13 EE 3E 32
Octal 60 65 317 115 112 0 23 356 76 62
Binary 110000 110101 11001111 1001101 1001010 0 10011 11101110 111110 110010

Color Harmonies of #3035CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3035CF

Black with #3035CF

Text Example


Text Example

White with #3035CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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