Html Css Color HEX #2B2FB6 Persian Blue

📋 copy color: '#2B2FB6'

red 43 ◦ green 47 ◦ blue 182

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

Shades of Persian Blue #2B2FB6

Tints of Persian Blue #2B2FB6

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.28%

 BLUE value IS 182 (71.48% from 255) = 66.91%

R = 15.81%
G = 17.28%
B = 66.91%

CMYK

 C value IS 0.76

 M value IS 0.74

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2B2FB6 (or 0x2B2FB6) is known color: Persian Blue. HEX triplet: 2B, 2F and B6. RGB value is (43,47,182). Sum of RGB (Red+Green+Blue) = 43+47+182=272 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.81% from 272); Green value is 47 (18.75% from 255 or 17.28% from 272); Blue value is 182 (71.48% from 255 or 66.91% from 272); Max value from RGB is 182 - color contains mainly: blue. Hex color #2B2FB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B2FB6 is #D4D049. Grayscale: #3C3C3C. Windows color (decimal): -13946954 or 11939627. OLE color: 11939627.

HSL color Cylindrical-coordinate representation of color #2B2FB6: hue angle of 238.27º degrees, saturation: 0.62, 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 #2B2FB6 is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 43 47 182 -
CMYK 0.76 0.74 0 0.29
HSL 238.27º 0.62% 0.44% -
HSV(B) 238.27º 0.76% 0.71% -
XYZ 10.46 5.92 44.85 -
YUV 61.19 196.17 115.02 -
System Red Green Blue C M Y K H S L
Decimal 43 47 182 0.76 0.74 0 0.29 238.27 0.62 0.44
Hex 2B 2F B6 4C 4A 0 1D EE 3E 2C
Octal 53 57 266 114 112 0 35 356 76 54
Binary 101011 101111 10110110 1001100 1001010 0 11101 11101110 111110 101100

Color Harmonies of #2B2FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2FB6

Black with #2B2FB6

Text Example


Text Example

White with #2B2FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,47,182); }

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

background-color css

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

 a { background-color: rgb(43,47,182); }

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

border-color css

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

 span { border-color: rgb(43,47,182); }

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