Html Css Color HEX #3039BC Persian Blue

📋 copy color: '#3039BC'

red 48 ◦ green 57 ◦ blue 188

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

Shades of Persian Blue #3039BC

Tints of Persian Blue #3039BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 64.16%

R = 16.38%
G = 19.45%
B = 64.16%

CMYK

 C value IS 0.74

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3039BC (or 0x3039BC) is known color: Persian Blue. HEX triplet: 30, 39 and BC. RGB value is (48,57,188). Sum of RGB (Red+Green+Blue) = 48+57+188=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 188 (73.83% from 255 or 64.16% from 293); Max value from RGB is 188 - color contains mainly: blue. Hex color #3039BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3039BC is #CFC643. Grayscale: #444444. Windows color (decimal): -13616708 or 12335408. OLE color: 12335408.

HSL color Cylindrical-coordinate representation of color #3039BC: hue angle of 236.14º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3039BC is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 48 57 188 -
CMYK 0.74 0.70 0 0.26
HSL 236.14º 0.59% 0.46% -
HSV(B) 236.14º 0.74% 0.74% -
XYZ 11.76 7.19 48.34 -
YUV 69.24 195.02 112.85 -
System Red Green Blue C M Y K H S L
Decimal 48 57 188 0.74 0.70 0 0.26 236.14 0.59 0.46
Hex 30 39 BC 4A 46 0 1A EC 3B 2E
Octal 60 71 274 112 106 0 32 354 73 56
Binary 110000 111001 10111100 1001010 1000110 0 11010 11101100 111011 101110

Color Harmonies of #3039BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3039BC

Black with #3039BC

Text Example


Text Example

White with #3039BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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