Html Css Color HEX #3035BB Persian Blue

📋 copy color: '#3035BB'

red 48 ◦ green 53 ◦ blue 187

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

Shades of Persian Blue #3035BB

Tints of Persian Blue #3035BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 64.93%

R = 16.67%
G = 18.4%
B = 64.93%

CMYK

 C value IS 0.74

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3035BB (or 0x3035BB) is known color: Persian Blue. HEX triplet: 30, 35 and BB. RGB value is (48,53,187). Sum of RGB (Red+Green+Blue) = 48+53+187=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 187 (73.44% from 255 or 64.93% from 288); Max value from RGB is 187 - color contains mainly: blue. Hex color #3035BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3035BB is #CFCA44. Grayscale: #424242. Windows color (decimal): -13617733 or 12268848. OLE color: 12268848.

HSL color Cylindrical-coordinate representation of color #3035BB: hue angle of 237.84º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3035BB is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 53 187 -
CMYK 0.74 0.72 0 0.27
HSL 237.84º 0.59% 0.46% -
HSV(B) 237.84º 0.74% 0.73% -
XYZ 11.46 6.76 47.71 -
YUV 66.78 195.84 114.6 -
System Red Green Blue C M Y K H S L
Decimal 48 53 187 0.74 0.72 0 0.27 237.84 0.59 0.46
Hex 30 35 BB 4A 48 0 1B EE 3B 2E
Octal 60 65 273 112 110 0 33 356 73 56
Binary 110000 110101 10111011 1001010 1001000 0 11011 11101110 111011 101110

Color Harmonies of #3035BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3035BB

Black with #3035BB

Text Example


Text Example

White with #3035BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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