Html Css Color HEX #2A30BB Persian Blue

📋 copy color: '#2A30BB'

red 42 ◦ green 48 ◦ blue 187

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

Shades of Persian Blue #2A30BB

Tints of Persian Blue #2A30BB

RGB

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

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

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

R = 15.16%
G = 17.33%
B = 67.51%

CMYK

 C value IS 0.78

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2A30BB (or 0x2A30BB) is known color: Persian Blue. HEX triplet: 2A, 30 and BB. RGB value is (42,48,187). Sum of RGB (Red+Green+Blue) = 42+48+187=277 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.16% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 187 (73.44% from 255 or 67.51% from 277); Max value from RGB is 187 - color contains mainly: blue. Hex color #2A30BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A30BB is #D5CF44. Grayscale: #3D3D3D. Windows color (decimal): -14012229 or 12267562. OLE color: 12267562.

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

Color convert

RGB 42 48 187 -
CMYK 0.78 0.74 0 0.27
HSL 237.52º 0.63% 0.45% -
HSV(B) 237.52º 0.78% 0.73% -
XYZ 10.98 6.19 47.63 -
YUV 62.05 198.51 113.7 -
System Red Green Blue C M Y K H S L
Decimal 42 48 187 0.78 0.74 0 0.27 237.52 0.63 0.45
Hex 2A 30 BB 4E 4A 0 1B EE 3F 2D
Octal 52 60 273 116 112 0 33 356 77 55
Binary 101010 110000 10111011 1001110 1001010 0 11011 11101110 111111 101101

Color Harmonies of #2A30BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A30BB

Black with #2A30BB

Text Example


Text Example

White with #2A30BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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