Html Css Color HEX #2A30BC Persian Blue

📋 copy color: '#2A30BC'

red 42 ◦ green 48 ◦ blue 188

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

Shades of Persian Blue #2A30BC

Tints of Persian Blue #2A30BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 67.63%

R = 15.11%
G = 17.27%
B = 67.63%

CMYK

 C value IS 0.78

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2A30BC (or 0x2A30BC) is known color: Persian Blue. HEX triplet: 2A, 30 and BC. RGB value is (42,48,188). Sum of RGB (Red+Green+Blue) = 42+48+188=278 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.11% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 188 (73.83% from 255 or 67.63% from 278); Max value from RGB is 188 - color contains mainly: blue. Hex color #2A30BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A30BC is #D5CF43. Grayscale: #3D3D3D. Windows color (decimal): -14012228 or 12333098. OLE color: 12333098.

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

Color convert

RGB 42 48 188 -
CMYK 0.78 0.74 0 0.26
HSL 237.53º 0.63% 0.45% -
HSV(B) 237.53º 0.78% 0.74% -
XYZ 11.09 6.24 48.2 -
YUV 62.17 199.01 113.62 -
System Red Green Blue C M Y K H S L
Decimal 42 48 188 0.78 0.74 0 0.26 237.53 0.63 0.45
Hex 2A 30 BC 4E 4A 0 1A EE 3F 2D
Octal 52 60 274 116 112 0 32 356 77 55
Binary 101010 110000 10111100 1001110 1001010 0 11010 11101110 111111 101101

Color Harmonies of #2A30BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A30BC

Black with #2A30BC

Text Example


Text Example

White with #2A30BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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