Html Css Color HEX #3039BE Persian Blue

📋 copy color: '#3039BE'

red 48 ◦ green 57 ◦ blue 190

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

Shades of Persian Blue #3039BE

Tints of Persian Blue #3039BE

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.32%

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

R = 16.27%
G = 19.32%
B = 64.41%

CMYK

 C value IS 0.75

 M value IS 0.7

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3039BE (or 0x3039BE) is known color: Persian Blue. HEX triplet: 30, 39 and BE. RGB value is (48,57,190). Sum of RGB (Red+Green+Blue) = 48+57+190=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 190 (74.61% from 255 or 64.41% from 295); Max value from RGB is 190 - color contains mainly: blue. Hex color #3039BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3039BE is #CFC641. Grayscale: #444444. Windows color (decimal): -13616706 or 12466480. OLE color: 12466480.

HSL color Cylindrical-coordinate representation of color #3039BE: hue angle of 236.2º 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 #3039BE is Cyan = 0.75, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 57 190 -
CMYK 0.75 0.7 0 0.25
HSL 236.2º 0.6% 0.47% -
HSV(B) 236.2º 0.75% 0.75% -
XYZ 11.98 7.27 49.49 -
YUV 69.47 196.02 112.69 -
System Red Green Blue C M Y K H S L
Decimal 48 57 190 0.75 0.7 0 0.25 236.2 0.6 0.47
Hex 30 39 BE 4B 46 0 19 EC 3C 2F
Octal 60 71 276 113 106 0 31 354 74 57
Binary 110000 111001 10111110 1001011 1000110 0 11001 11101100 111100 101111

Color Harmonies of #3039BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3039BE

Black with #3039BE

Text Example


Text Example

White with #3039BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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