Html Css Color HEX #241CBC Persian Blue

📋 copy color: '#241CBC'

red 36 ◦ green 28 ◦ blue 188

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

Shades of Persian Blue #241CBC

Tints of Persian Blue #241CBC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.11%

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

R = 14.29%
G = 11.11%
B = 74.6%

CMYK

 C value IS 0.81

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#241CBC (or 0x241CBC) is known color: Persian Blue. HEX triplet: 24, 1C and BC. RGB value is (36,28,188). Sum of RGB (Red+Green+Blue) = 36+28+188=252 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.29% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 188 (73.83% from 255 or 74.60% from 252); Max value from RGB is 188 - color contains mainly: blue. Hex color #241CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241CBC is #DBE343. Grayscale: #303030. Windows color (decimal): -14410564 or 12327972. OLE color: 12327972.

HSL color Cylindrical-coordinate representation of color #241CBC: hue angle of 243º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #241CBC is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 36 28 188 -
CMYK 0.81 0.85 0 0.26
HSL 243º 0.74% 0.42% -
HSV(B) 243º 0.85% 0.74% -
XYZ 10.22 4.84 47.97 -
YUV 48.63 206.65 118.99 -
System Red Green Blue C M Y K H S L
Decimal 36 28 188 0.81 0.85 0 0.26 243 0.74 0.42
Hex 24 1C BC 51 55 0 1A F3 4A 2A
Octal 44 34 274 121 125 0 32 363 112 52
Binary 100100 11100 10111100 1010001 1010101 0 11010 11110011 1001010 101010

Color Harmonies of #241CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241CBC

Black with #241CBC

Text Example


Text Example

White with #241CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241CBC; }

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

 H1.HeaderClassName
 {
   color: #241CBC;
 }
 .AnyTagClassName
 {
   color: #241CBC;
 }
</style>

background-color css

<style>
 a { background-color: #241CBC; }

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

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

border-color css

<style>
 span { border-color: #241CBC; }

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

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