Html Css Color HEX #2C25BC Persian Blue

📋 copy color: '#2C25BC'

red 44 ◦ green 37 ◦ blue 188

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

Shades of Persian Blue #2C25BC

Tints of Persian Blue #2C25BC

RGB

 RED value IS 44 (17.58% from 255) = 16.36%

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

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

R = 16.36%
G = 13.75%
B = 69.89%

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

#2C25BC (or 0x2C25BC) is known color: Persian Blue. HEX triplet: 2C, 25 and BC. RGB value is (44,37,188). Sum of RGB (Red+Green+Blue) = 44+37+188=269 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.36% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 188 (73.83% from 255 or 69.89% from 269); Max value from RGB is 188 - color contains mainly: blue. Hex color #2C25BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C25BC is #D3DA43. Grayscale: #373737. Windows color (decimal): -13883972 or 12330284. OLE color: 12330284.

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

Color convert

RGB 44 37 188 -
CMYK 0.77 0.80 0 0.26
HSL 242.78º 0.67% 0.44% -
HSV(B) 242.78º 0.8% 0.74% -
XYZ 10.78 5.49 48.07 -
YUV 56.31 202.32 119.22 -
System Red Green Blue C M Y K H S L
Decimal 44 37 188 0.77 0.80 0 0.26 242.78 0.67 0.44
Hex 2C 25 BC 4D 50 0 1A F3 43 2C
Octal 54 45 274 115 120 0 32 363 103 54
Binary 101100 100101 10111100 1001101 1010000 0 11010 11110011 1000011 101100

Color Harmonies of #2C25BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C25BC

Black with #2C25BC

Text Example


Text Example

White with #2C25BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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