Html Css Color HEX #2B3FBC Persian Blue

📋 copy color: '#2B3FBC'

red 43 ◦ green 63 ◦ blue 188

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

Shades of Persian Blue #2B3FBC

Tints of Persian Blue #2B3FBC

RGB

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

 GREEN value IS 63 (25% from 255) = 21.43%

 BLUE value IS 188 (73.83% from 255) = 63.95%

R = 14.63%
G = 21.43%
B = 63.95%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2B3FBC (or 0x2B3FBC) is known color: Persian Blue. HEX triplet: 2B, 3F and BC. RGB value is (43,63,188). Sum of RGB (Red+Green+Blue) = 43+63+188=294 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.63% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B3FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B3FBC is #D4C043. Grayscale: #464646. Windows color (decimal): -13942852 or 12336939. OLE color: 12336939.

HSL color Cylindrical-coordinate representation of color #2B3FBC: hue angle of 231.72º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B3FBC is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 43 63 188 -
CMYK 0.77 0.66 0 0.26
HSL 231.72º 0.63% 0.45% -
HSV(B) 231.72º 0.77% 0.74% -
XYZ 11.85 7.7 48.44 -
YUV 71.27 193.87 107.84 -
System Red Green Blue C M Y K H S L
Decimal 43 63 188 0.77 0.66 0 0.26 231.72 0.63 0.45
Hex 2B 3F BC 4D 42 0 1A E8 3F 2D
Octal 53 77 274 115 102 0 32 350 77 55
Binary 101011 111111 10111100 1001101 1000010 0 11010 11101000 111111 101101

Color Harmonies of #2B3FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3FBC

Black with #2B3FBC

Text Example


Text Example

White with #2B3FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,63,188); }

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

background-color css

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

 a { background-color: rgb(43,63,188); }

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

border-color css

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

 span { border-color: rgb(43,63,188); }

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