Html Css Color HEX #2B36DF Persian Blue

📋 copy color: '#2B36DF'

red 43 ◦ green 54 ◦ blue 223

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

Shades of Persian Blue #2B36DF

Tints of Persian Blue #2B36DF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.88%

 BLUE value IS 223 (87.5% from 255) = 69.69%

R = 13.44%
G = 16.88%
B = 69.69%

CMYK

 C value IS 0.81

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2B36DF (or 0x2B36DF) is known color: Persian Blue. HEX triplet: 2B, 36 and DF. RGB value is (43,54,223). Sum of RGB (Red+Green+Blue) = 43+54+223=320 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.44% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 223 (87.5% from 255 or 69.69% from 320); Max value from RGB is 223 - color contains mainly: blue. Hex color #2B36DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B36DF is #D4C920. Grayscale: #454545. Windows color (decimal): -13945121 or 14628395. OLE color: 14628395.

HSL color Cylindrical-coordinate representation of color #2B36DF: hue angle of 236.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B36DF is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 43 54 223 -
CMYK 0.81 0.76 0 0.13
HSL 236.33º 0.74% 0.52% -
HSV(B) 236.33º 0.81% 0.87% -
XYZ 15.63 8.48 70.62 -
YUV 69.98 214.36 108.76 -
System Red Green Blue C M Y K H S L
Decimal 43 54 223 0.81 0.76 0 0.13 236.33 0.74 0.52
Hex 2B 36 DF 51 4C 0 D EC 4A 34
Octal 53 66 337 121 114 0 15 354 112 64
Binary 101011 110110 11011111 1010001 1001100 0 1101 11101100 1001010 110100

Color Harmonies of #2B36DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B36DF

Black with #2B36DF

Text Example


Text Example

White with #2B36DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,54,223); }

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

background-color css

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

 a { background-color: rgb(43,54,223); }

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

border-color css

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

 span { border-color: rgb(43,54,223); }

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