Html Css Color HEX #2B25BC Persian Blue

📋 copy color: '#2B25BC'

red 43 ◦ green 37 ◦ blue 188

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

Shades of Persian Blue #2B25BC

Tints of Persian Blue #2B25BC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.81%

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

R = 16.04%
G = 13.81%
B = 70.15%

CMYK

 C value IS 0.77

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2B25BC (or 0x2B25BC) is known color: Persian Blue. HEX triplet: 2B, 25 and BC. RGB value is (43,37,188). Sum of RGB (Red+Green+Blue) = 43+37+188=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 188 (73.83% from 255 or 70.15% from 268); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B25BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B25BC is #D4DA43. Grayscale: #373737. Windows color (decimal): -13949508 or 12330283. OLE color: 12330283.

HSL color Cylindrical-coordinate representation of color #2B25BC: hue angle of 242.38º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B25BC is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 43 37 188 -
CMYK 0.77 0.80 0 0.26
HSL 242.38º 0.67% 0.44% -
HSV(B) 242.38º 0.8% 0.74% -
XYZ 10.73 5.47 48.07 -
YUV 56.01 202.49 118.72 -
System Red Green Blue C M Y K H S L
Decimal 43 37 188 0.77 0.80 0 0.26 242.38 0.67 0.44
Hex 2B 25 BC 4D 50 0 1A F2 43 2C
Octal 53 45 274 115 120 0 32 362 103 54
Binary 101011 100101 10111100 1001101 1010000 0 11010 11110010 1000011 101100

Color Harmonies of #2B25BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B25BC

Black with #2B25BC

Text Example


Text Example

White with #2B25BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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