Html Css Color HEX #2B30DC Persian Blue

📋 copy color: '#2B30DC'

red 43 ◦ green 48 ◦ blue 220

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

Shades of Persian Blue #2B30DC

Tints of Persian Blue #2B30DC

RGB

 RED value IS 43 (17.19% from 255) = 13.83%

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

 BLUE value IS 220 (86.33% from 255) = 70.74%

R = 13.83%
G = 15.43%
B = 70.74%

CMYK

 C value IS 0.80

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2B30DC (or 0x2B30DC) is known color: Persian Blue. HEX triplet: 2B, 30 and DC. RGB value is (43,48,220). Sum of RGB (Red+Green+Blue) = 43+48+220=311 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.83% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 220 (86.33% from 255 or 70.74% from 311); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B30DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B30DC is #D4CF23. Grayscale: #414141. Windows color (decimal): -13946660 or 14430251. OLE color: 14430251.

HSL color Cylindrical-coordinate representation of color #2B30DC: hue angle of 238.31º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B30DC is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 43 48 220 -
CMYK 0.80 0.78 0 0.14
HSL 238.31º 0.72% 0.52% -
HSV(B) 238.31º 0.8% 0.86% -
XYZ 14.97 7.79 68.43 -
YUV 66.11 214.84 111.51 -
System Red Green Blue C M Y K H S L
Decimal 43 48 220 0.80 0.78 0 0.14 238.31 0.72 0.52
Hex 2B 30 DC 50 4E 0 E EE 48 34
Octal 53 60 334 120 116 0 16 356 110 64
Binary 101011 110000 11011100 1010000 1001110 0 1110 11101110 1001000 110100

Color Harmonies of #2B30DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B30DC

Black with #2B30DC

Text Example


Text Example

White with #2B30DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,48,220); }

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

background-color css

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

 a { background-color: rgb(43,48,220); }

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

border-color css

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

 span { border-color: rgb(43,48,220); }

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