Html Css Color HEX #2B42BE Persian Blue

📋 copy color: '#2B42BE'

red 43 ◦ green 66 ◦ blue 190

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

Shades of Persian Blue #2B42BE

Tints of Persian Blue #2B42BE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.07%

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

R = 14.38%
G = 22.07%
B = 63.55%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2B42BE (or 0x2B42BE) is known color: Persian Blue. HEX triplet: 2B, 42 and BE. RGB value is (43,66,190). Sum of RGB (Red+Green+Blue) = 43+66+190=299 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.38% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 190 (74.61% from 255 or 63.55% from 299); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B42BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B42BE is #D4BD41. Grayscale: #484848. Windows color (decimal): -13942082 or 12468779. OLE color: 12468779.

HSL color Cylindrical-coordinate representation of color #2B42BE: hue angle of 230.61º 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 #2B42BE is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 66 190 -
CMYK 0.77 0.65 0 0.25
HSL 230.61º 0.63% 0.46% -
HSV(B) 230.61º 0.77% 0.75% -
XYZ 12.24 8.13 49.64 -
YUV 73.26 193.88 106.42 -
System Red Green Blue C M Y K H S L
Decimal 43 66 190 0.77 0.65 0 0.25 230.61 0.63 0.46
Hex 2B 42 BE 4D 41 0 19 E7 3F 2E
Octal 53 102 276 115 101 0 31 347 77 56
Binary 101011 1000010 10111110 1001101 1000001 0 11001 11100111 111111 101110

Color Harmonies of #2B42BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B42BE

Black with #2B42BE

Text Example


Text Example

White with #2B42BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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