Html Css Color HEX #3039BB Persian Blue

📋 copy color: '#3039BB'

red 48 ◦ green 57 ◦ blue 187

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

Shades of Persian Blue #3039BB

Tints of Persian Blue #3039BB

RGB

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

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

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

R = 16.44%
G = 19.52%
B = 64.04%

CMYK

 C value IS 0.74

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3039BB (or 0x3039BB) is known color: Persian Blue. HEX triplet: 30, 39 and BB. RGB value is (48,57,187). Sum of RGB (Red+Green+Blue) = 48+57+187=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 187 (73.44% from 255 or 64.04% from 292); Max value from RGB is 187 - color contains mainly: blue. Hex color #3039BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3039BB is #CFC644. Grayscale: #444444. Windows color (decimal): -13616709 or 12269872. OLE color: 12269872.

HSL color Cylindrical-coordinate representation of color #3039BB: hue angle of 236.12º 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 #3039BB is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 57 187 -
CMYK 0.74 0.70 0 0.27
HSL 236.12º 0.59% 0.46% -
HSV(B) 236.12º 0.74% 0.73% -
XYZ 11.65 7.14 47.78 -
YUV 69.13 194.52 112.93 -
System Red Green Blue C M Y K H S L
Decimal 48 57 187 0.74 0.70 0 0.27 236.12 0.59 0.46
Hex 30 39 BB 4A 46 0 1B EC 3B 2E
Octal 60 71 273 112 106 0 33 354 73 56
Binary 110000 111001 10111011 1001010 1000110 0 11011 11101100 111011 101110

Color Harmonies of #3039BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3039BB

Black with #3039BB

Text Example


Text Example

White with #3039BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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