Html Css Color HEX #2427BC Persian Blue

📋 copy color: '#2427BC'

red 36 ◦ green 39 ◦ blue 188

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

Shades of Persian Blue #2427BC

Tints of Persian Blue #2427BC

RGB

 RED value IS 36 (14.45% from 255) = 13.69%

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

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

R = 13.69%
G = 14.83%
B = 71.48%

CMYK

 C value IS 0.81

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2427BC (or 0x2427BC) is known color: Persian Blue. HEX triplet: 24, 27 and BC. RGB value is (36,39,188). Sum of RGB (Red+Green+Blue) = 36+39+188=263 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.69% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 188 (73.83% from 255 or 71.48% from 263); Max value from RGB is 188 - color contains mainly: blue. Hex color #2427BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2427BC is #DBD843. Grayscale: #363636. Windows color (decimal): -14407748 or 12330788. OLE color: 12330788.

HSL color Cylindrical-coordinate representation of color #2427BC: hue angle of 238.82º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2427BC is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 36 39 188 -
CMYK 0.81 0.79 0 0.26
HSL 238.82º 0.68% 0.44% -
HSV(B) 238.82º 0.81% 0.74% -
XYZ 10.53 5.46 48.08 -
YUV 55.09 203.01 114.38 -
System Red Green Blue C M Y K H S L
Decimal 36 39 188 0.81 0.79 0 0.26 238.82 0.68 0.44
Hex 24 27 BC 51 4F 0 1A EF 44 2C
Octal 44 47 274 121 117 0 32 357 104 54
Binary 100100 100111 10111100 1010001 1001111 0 11010 11101111 1000100 101100

Color Harmonies of #2427BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2427BC

Black with #2427BC

Text Example


Text Example

White with #2427BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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