Html Css Color HEX #3040B6 Persian Blue

📋 copy color: '#3040B6'

red 48 ◦ green 64 ◦ blue 182

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

Shades of Persian Blue #3040B6

Tints of Persian Blue #3040B6

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.77%

 BLUE value IS 182 (71.48% from 255) = 61.9%

R = 16.33%
G = 21.77%
B = 61.9%

CMYK

 C value IS 0.74

 M value IS 0.65

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3040B6 (or 0x3040B6) is known color: Persian Blue. HEX triplet: 30, 40 and B6. RGB value is (48,64,182). Sum of RGB (Red+Green+Blue) = 48+64+182=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 182 (71.48% from 255 or 61.90% from 294); Max value from RGB is 182 - color contains mainly: blue. Hex color #3040B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3040B6 is #CFBF49. Grayscale: #484848. Windows color (decimal): -13614922 or 11943984. OLE color: 11943984.

HSL color Cylindrical-coordinate representation of color #3040B6: hue angle of 232.84º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3040B6 is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 48 64 182 -
CMYK 0.74 0.65 0 0.29
HSL 232.84º 0.58% 0.45% -
HSV(B) 232.84º 0.74% 0.71% -
XYZ 11.5 7.67 45.13 -
YUV 72.67 189.7 110.41 -
System Red Green Blue C M Y K H S L
Decimal 48 64 182 0.74 0.65 0 0.29 232.84 0.58 0.45
Hex 30 40 B6 4A 41 0 1D E9 3A 2D
Octal 60 100 266 112 101 0 35 351 72 55
Binary 110000 1000000 10110110 1001010 1000001 0 11101 11101001 111010 101101

Color Harmonies of #3040B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3040B6

Black with #3040B6

Text Example


Text Example

White with #3040B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3040B6; }

 p { color: rgb(48,64,182); }

 H1.HeaderClassName
 {
   color: #3040B6;
 }
 .AnyTagClassName
 {
   color: #3040B6;
 }
</style>

background-color css

<style>
 a { background-color: #3040B6; }

 a { background-color: rgb(48,64,182); }

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

border-color css

<style>
 span { border-color: #3040B6; }

 span { border-color: rgb(48,64,182); }

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