Html Css Color HEX #3036BE Persian Blue

📋 copy color: '#3036BE'

red 48 ◦ green 54 ◦ blue 190

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

Shades of Persian Blue #3036BE

Tints of Persian Blue #3036BE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.49%

 BLUE value IS 190 (74.61% from 255) = 65.07%

R = 16.44%
G = 18.49%
B = 65.07%

CMYK

 C value IS 0.75

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3036BE (or 0x3036BE) is known color: Persian Blue. HEX triplet: 30, 36 and BE. RGB value is (48,54,190). Sum of RGB (Red+Green+Blue) = 48+54+190=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 190 (74.61% from 255 or 65.07% from 292); Max value from RGB is 190 - color contains mainly: blue. Hex color #3036BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3036BE is #CFC941. Grayscale: #434343. Windows color (decimal): -13617474 or 12465712. OLE color: 12465712.

HSL color Cylindrical-coordinate representation of color #3036BE: hue angle of 237.46º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3036BE is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 54 190 -
CMYK 0.75 0.72 0 0.25
HSL 237.46º 0.6% 0.47% -
HSV(B) 237.46º 0.75% 0.75% -
XYZ 11.83 6.98 49.44 -
YUV 67.71 197.01 113.94 -
System Red Green Blue C M Y K H S L
Decimal 48 54 190 0.75 0.72 0 0.25 237.46 0.6 0.47
Hex 30 36 BE 4B 48 0 19 ED 3C 2F
Octal 60 66 276 113 110 0 31 355 74 57
Binary 110000 110110 10111110 1001011 1001000 0 11001 11101101 111100 101111

Color Harmonies of #3036BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3036BE

Black with #3036BE

Text Example


Text Example

White with #3036BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3036BE; }

 p { color: rgb(48,54,190); }

 H1.HeaderClassName
 {
   color: #3036BE;
 }
 .AnyTagClassName
 {
   color: #3036BE;
 }
</style>

background-color css

<style>
 a { background-color: #3036BE; }

 a { background-color: rgb(48,54,190); }

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

border-color css

<style>
 span { border-color: #3036BE; }

 span { border-color: rgb(48,54,190); }

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