Html Css Color HEX #2527BC Persian Blue

📋 copy color: '#2527BC'

red 37 ◦ green 39 ◦ blue 188

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

Shades of Persian Blue #2527BC

Tints of Persian Blue #2527BC

RGB

 RED value IS 37 (14.84% from 255) = 14.02%

 GREEN value IS 39 (15.63% from 255) = 14.77%

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

R = 14.02%
G = 14.77%
B = 71.21%

CMYK

 C value IS 0.80

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2527BC (or 0x2527BC) is known color: Persian Blue. HEX triplet: 25, 27 and BC. RGB value is (37,39,188). Sum of RGB (Red+Green+Blue) = 37+39+188=264 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.02% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 188 (73.83% from 255 or 71.21% from 264); Max value from RGB is 188 - color contains mainly: blue. Hex color #2527BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2527BC is #DAD843. Grayscale: #363636. Windows color (decimal): -14342212 or 12330789. OLE color: 12330789.

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

Color convert

RGB 37 39 188 -
CMYK 0.80 0.79 0 0.26
HSL 239.21º 0.67% 0.44% -
HSV(B) 239.21º 0.8% 0.74% -
XYZ 10.57 5.48 48.08 -
YUV 55.39 202.84 114.88 -
System Red Green Blue C M Y K H S L
Decimal 37 39 188 0.80 0.79 0 0.26 239.21 0.67 0.44
Hex 25 27 BC 50 4F 0 1A EF 43 2C
Octal 45 47 274 120 117 0 32 357 103 54
Binary 100101 100111 10111100 1010000 1001111 0 11010 11101111 1000011 101100

Color Harmonies of #2527BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2527BC

Black with #2527BC

Text Example


Text Example

White with #2527BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2527BC; }

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

 H1.HeaderClassName
 {
   color: #2527BC;
 }
 .AnyTagClassName
 {
   color: #2527BC;
 }
</style>

background-color css

<style>
 a { background-color: #2527BC; }

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

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

border-color css

<style>
 span { border-color: #2527BC; }

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

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