Html Css Color HEX #2B40B4 Persian Blue

📋 copy color: '#2B40B4'

red 43 ◦ green 64 ◦ blue 180

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

Shades of Persian Blue #2B40B4

Tints of Persian Blue #2B40B4

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.3%

 BLUE value IS 180 (70.7% from 255) = 62.72%

R = 14.98%
G = 22.3%
B = 62.72%

CMYK

 C value IS 0.76

 M value IS 0.64

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2B40B4 (or 0x2B40B4) is known color: Persian Blue. HEX triplet: 2B, 40 and B4. RGB value is (43,64,180). Sum of RGB (Red+Green+Blue) = 43+64+180=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 180 (70.70% from 255 or 62.72% from 287); Max value from RGB is 180 - color contains mainly: blue. Hex color #2B40B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B40B4 is #D4BF4B. Grayscale: #464646. Windows color (decimal): -13942604 or 11812907. OLE color: 11812907.

HSL color Cylindrical-coordinate representation of color #2B40B4: hue angle of 230.8º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B40B4 is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 43 64 180 -
CMYK 0.76 0.64 0 0.29
HSL 230.8º 0.61% 0.44% -
HSV(B) 230.8º 0.76% 0.71% -
XYZ 11.07 7.48 44.04 -
YUV 70.95 189.54 108.07 -
System Red Green Blue C M Y K H S L
Decimal 43 64 180 0.76 0.64 0 0.29 230.8 0.61 0.44
Hex 2B 40 B4 4C 40 0 1D E7 3D 2C
Octal 53 100 264 114 100 0 35 347 75 54
Binary 101011 1000000 10110100 1001100 1000000 0 11101 11100111 111101 101100

Color Harmonies of #2B40B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B40B4

Black with #2B40B4

Text Example


Text Example

White with #2B40B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,64,180); }

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

background-color css

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

 a { background-color: rgb(43,64,180); }

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

border-color css

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

 span { border-color: rgb(43,64,180); }

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