Html Css Color HEX #2B3ACD Persian Blue

📋 copy color: '#2B3ACD'

red 43 ◦ green 58 ◦ blue 205

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

Shades of Persian Blue #2B3ACD

Tints of Persian Blue #2B3ACD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.95%

 BLUE value IS 205 (80.47% from 255) = 66.99%

R = 14.05%
G = 18.95%
B = 66.99%

CMYK

 C value IS 0.79

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2B3ACD (or 0x2B3ACD) is known color: Persian Blue. HEX triplet: 2B, 3A and CD. RGB value is (43,58,205). Sum of RGB (Red+Green+Blue) = 43+58+205=306 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.05% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 205 (80.47% from 255 or 66.99% from 306); Max value from RGB is 205 - color contains mainly: blue. Hex color #2B3ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B3ACD is #D4C532. Grayscale: #454545. Windows color (decimal): -13944115 or 13449771. OLE color: 13449771.

HSL color Cylindrical-coordinate representation of color #2B3ACD: hue angle of 234.44º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B3ACD is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 43 58 205 -
CMYK 0.79 0.72 0 0.20
HSL 234.44º 0.65% 0.49% -
HSV(B) 234.44º 0.79% 0.8% -
XYZ 13.53 7.95 58.58 -
YUV 70.27 204.03 108.55 -
System Red Green Blue C M Y K H S L
Decimal 43 58 205 0.79 0.72 0 0.20 234.44 0.65 0.49
Hex 2B 3A CD 4F 48 0 14 EA 41 31
Octal 53 72 315 117 110 0 24 352 101 61
Binary 101011 111010 11001101 1001111 1001000 0 10100 11101010 1000001 110001

Color Harmonies of #2B3ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3ACD

Black with #2B3ACD

Text Example


Text Example

White with #2B3ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,58,205); }

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

background-color css

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

 a { background-color: rgb(43,58,205); }

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

border-color css

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

 span { border-color: rgb(43,58,205); }

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