Html Css Color HEX #2B2FAE Persian Blue

📋 copy color: '#2B2FAE'

red 43 ◦ green 47 ◦ blue 174

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

Shades of Persian Blue #2B2FAE

Tints of Persian Blue #2B2FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 65.91%

R = 16.29%
G = 17.8%
B = 65.91%

CMYK

 C value IS 0.75

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2B2FAE (or 0x2B2FAE) is known color: Persian Blue. HEX triplet: 2B, 2F and AE. RGB value is (43,47,174). Sum of RGB (Red+Green+Blue) = 43+47+174=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 47 (18.75% from 255 or 17.80% from 264); Blue value is 174 (68.36% from 255 or 65.91% from 264); Max value from RGB is 174 - color contains mainly: blue. Hex color #2B2FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2FAE is #D4D051. Grayscale: #3B3B3B. Windows color (decimal): -13946962 or 11415339. OLE color: 11415339.

HSL color Cylindrical-coordinate representation of color #2B2FAE: hue angle of 238.17º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B2FAE is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 43 47 174 -
CMYK 0.75 0.73 0 0.32
HSL 238.17º 0.6% 0.43% -
HSV(B) 238.17º 0.75% 0.68% -
XYZ 9.65 5.6 40.62 -
YUV 60.28 192.17 115.67 -
System Red Green Blue C M Y K H S L
Decimal 43 47 174 0.75 0.73 0 0.32 238.17 0.6 0.43
Hex 2B 2F AE 4B 49 0 20 EE 3C 2B
Octal 53 57 256 113 111 0 40 356 74 53
Binary 101011 101111 10101110 1001011 1001001 0 100000 11101110 111100 101011

Color Harmonies of #2B2FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2FAE

Black with #2B2FAE

Text Example


Text Example

White with #2B2FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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