Html Css Color HEX #2A30B9 Persian Blue

📋 copy color: '#2A30B9'

red 42 ◦ green 48 ◦ blue 185

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

Shades of Persian Blue #2A30B9

Tints of Persian Blue #2A30B9

RGB

 RED value IS 42 (16.8% from 255) = 15.27%

 GREEN value IS 48 (19.14% from 255) = 17.45%

 BLUE value IS 185 (72.66% from 255) = 67.27%

R = 15.27%
G = 17.45%
B = 67.27%

CMYK

 C value IS 0.77

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2A30B9 (or 0x2A30B9) is known color: Persian Blue. HEX triplet: 2A, 30 and B9. RGB value is (42,48,185). Sum of RGB (Red+Green+Blue) = 42+48+185=275 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.27% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 185 (72.66% from 255 or 67.27% from 275); Max value from RGB is 185 - color contains mainly: blue. Hex color #2A30B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A30B9 is #D5CF46. Grayscale: #3D3D3D. Windows color (decimal): -14012231 or 12136490. OLE color: 12136490.

HSL color Cylindrical-coordinate representation of color #2A30B9: hue angle of 237.48º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A30B9 is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 48 185 -
CMYK 0.77 0.74 0 0.27
HSL 237.48º 0.63% 0.45% -
HSV(B) 237.48º 0.77% 0.73% -
XYZ 10.77 6.11 46.51 -
YUV 61.82 197.51 113.86 -
System Red Green Blue C M Y K H S L
Decimal 42 48 185 0.77 0.74 0 0.27 237.48 0.63 0.45
Hex 2A 30 B9 4D 4A 0 1B ED 3F 2D
Octal 52 60 271 115 112 0 33 355 77 55
Binary 101010 110000 10111001 1001101 1001010 0 11011 11101101 111111 101101

Color Harmonies of #2A30B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A30B9

Black with #2A30B9

Text Example


Text Example

White with #2A30B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A30B9; }

 p { color: rgb(42,48,185); }

 H1.HeaderClassName
 {
   color: #2A30B9;
 }
 .AnyTagClassName
 {
   color: #2A30B9;
 }
</style>

background-color css

<style>
 a { background-color: #2A30B9; }

 a { background-color: rgb(42,48,185); }

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

border-color css

<style>
 span { border-color: #2A30B9; }

 span { border-color: rgb(42,48,185); }

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