Html Css Color HEX #3041BB Persian Blue

📋 copy color: '#3041BB'

red 48 ◦ green 65 ◦ blue 187

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

Shades of Persian Blue #3041BB

Tints of Persian Blue #3041BB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.67%

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

R = 16%
G = 21.67%
B = 62.33%

CMYK

 C value IS 0.74

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3041BB (or 0x3041BB) is known color: Persian Blue. HEX triplet: 30, 41 and BB. RGB value is (48,65,187). Sum of RGB (Red+Green+Blue) = 48+65+187=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 187 (73.44% from 255 or 62.33% from 300); Max value from RGB is 187 - color contains mainly: blue. Hex color #3041BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3041BB is #CFBE44. Grayscale: #494949. Windows color (decimal): -13614661 or 12271920. OLE color: 12271920.

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

Color convert

RGB 48 65 187 -
CMYK 0.74 0.65 0 0.27
HSL 232.66º 0.59% 0.46% -
HSV(B) 232.66º 0.74% 0.73% -
XYZ 12.08 8 47.92 -
YUV 73.83 191.87 109.58 -
System Red Green Blue C M Y K H S L
Decimal 48 65 187 0.74 0.65 0 0.27 232.66 0.59 0.46
Hex 30 41 BB 4A 41 0 1B E9 3B 2E
Octal 60 101 273 112 101 0 33 351 73 56
Binary 110000 1000001 10111011 1001010 1000001 0 11011 11101001 111011 101110

Color Harmonies of #3041BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3041BB

Black with #3041BB

Text Example


Text Example

White with #3041BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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