Html Css Color HEX #2B23AF Persian Blue

📋 copy color: '#2B23AF'

red 43 ◦ green 35 ◦ blue 175

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

Shades of Persian Blue #2B23AF

Tints of Persian Blue #2B23AF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.83%

 BLUE value IS 175 (68.75% from 255) = 69.17%

R = 17%
G = 13.83%
B = 69.17%

CMYK

 C value IS 0.75

 M value IS 0.8

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2B23AF (or 0x2B23AF) is known color: Persian Blue. HEX triplet: 2B, 23 and AF. RGB value is (43,35,175). Sum of RGB (Red+Green+Blue) = 43+35+175=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 175 (68.75% from 255 or 69.17% from 253); Max value from RGB is 175 - color contains mainly: blue. Hex color #2B23AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B23AF is #D4DC50. Grayscale: #343434. Windows color (decimal): -13950033 or 11477803. OLE color: 11477803.

HSL color Cylindrical-coordinate representation of color #2B23AF: hue angle of 243.43º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B23AF is Cyan = 0.75, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 43 35 175 -
CMYK 0.75 0.8 0 0.31
HSL 243.43º 0.67% 0.41% -
HSV(B) 243.43º 0.8% 0.69% -
XYZ 9.34 4.81 40.99 -
YUV 53.35 196.65 120.62 -
System Red Green Blue C M Y K H S L
Decimal 43 35 175 0.75 0.8 0 0.31 243.43 0.67 0.41
Hex 2B 23 AF 4B 50 0 1F F3 43 29
Octal 53 43 257 113 120 0 37 363 103 51
Binary 101011 100011 10101111 1001011 1010000 0 11111 11110011 1000011 101001

Color Harmonies of #2B23AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B23AF

Black with #2B23AF

Text Example


Text Example

White with #2B23AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,35,175); }

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

background-color css

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

 a { background-color: rgb(43,35,175); }

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

border-color css

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

 span { border-color: rgb(43,35,175); }

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