Html Css Color HEX #2B3CBE Persian Blue

📋 copy color: '#2B3CBE'

red 43 ◦ green 60 ◦ blue 190

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

Shades of Persian Blue #2B3CBE

Tints of Persian Blue #2B3CBE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.48%

 BLUE value IS 190 (74.61% from 255) = 64.85%

R = 14.68%
G = 20.48%
B = 64.85%

CMYK

 C value IS 0.77

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2B3CBE (or 0x2B3CBE) is known color: Persian Blue. HEX triplet: 2B, 3C and BE. RGB value is (43,60,190). Sum of RGB (Red+Green+Blue) = 43+60+190=293 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.68% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 190 (74.61% from 255 or 64.85% from 293); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B3CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B3CBE is #D4C341. Grayscale: #454545. Windows color (decimal): -13943618 or 12467243. OLE color: 12467243.

HSL color Cylindrical-coordinate representation of color #2B3CBE: hue angle of 233.06º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B3CBE is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 60 190 -
CMYK 0.77 0.68 0 0.25
HSL 233.06º 0.63% 0.46% -
HSV(B) 233.06º 0.77% 0.75% -
XYZ 11.91 7.46 49.53 -
YUV 69.74 195.87 108.93 -
System Red Green Blue C M Y K H S L
Decimal 43 60 190 0.77 0.68 0 0.25 233.06 0.63 0.46
Hex 2B 3C BE 4D 44 0 19 E9 3F 2E
Octal 53 74 276 115 104 0 31 351 77 56
Binary 101011 111100 10111110 1001101 1000100 0 11001 11101001 111111 101110

Color Harmonies of #2B3CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3CBE

Black with #2B3CBE

Text Example


Text Example

White with #2B3CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,60,190); }

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

background-color css

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

 a { background-color: rgb(43,60,190); }

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

border-color css

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

 span { border-color: rgb(43,60,190); }

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