Html Css Color HEX #3024B1 Persian Blue

📋 copy color: '#3024B1'

red 48 ◦ green 36 ◦ blue 177

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

Shades of Persian Blue #3024B1

Tints of Persian Blue #3024B1

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.79%

 BLUE value IS 177 (69.53% from 255) = 67.82%

R = 18.39%
G = 13.79%
B = 67.82%

CMYK

 C value IS 0.73

 M value IS 0.80

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3024B1 (or 0x3024B1) is known color: Persian Blue. HEX triplet: 30, 24 and B1. RGB value is (48,36,177). Sum of RGB (Red+Green+Blue) = 48+36+177=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 177 (69.53% from 255 or 67.82% from 261); Max value from RGB is 177 - color contains mainly: blue. Hex color #3024B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3024B1 is #CFDB4E. Grayscale: #373737. Windows color (decimal): -13622095 or 11609136. OLE color: 11609136.

HSL color Cylindrical-coordinate representation of color #3024B1: hue angle of 245.11º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3024B1 is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 36 177 -
CMYK 0.73 0.80 0 0.31
HSL 245.11º 0.66% 0.42% -
HSV(B) 245.11º 0.8% 0.69% -
XYZ 9.79 5.06 42.06 -
YUV 55.66 196.48 122.54 -
System Red Green Blue C M Y K H S L
Decimal 48 36 177 0.73 0.80 0 0.31 245.11 0.66 0.42
Hex 30 24 B1 49 50 0 1F F5 42 2A
Octal 60 44 261 111 120 0 37 365 102 52
Binary 110000 100100 10110001 1001001 1010000 0 11111 11110101 1000010 101010

Color Harmonies of #3024B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3024B1

Black with #3024B1

Text Example


Text Example

White with #3024B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3024B1; }

 p { color: rgb(48,36,177); }

 H1.HeaderClassName
 {
   color: #3024B1;
 }
 .AnyTagClassName
 {
   color: #3024B1;
 }
</style>

background-color css

<style>
 a { background-color: #3024B1; }

 a { background-color: rgb(48,36,177); }

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

border-color css

<style>
 span { border-color: #3024B1; }

 span { border-color: rgb(48,36,177); }

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