Html Css Color HEX #241DBC Persian Blue

📋 copy color: '#241DBC'

red 36 ◦ green 29 ◦ blue 188

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

Shades of Persian Blue #241DBC

Tints of Persian Blue #241DBC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.46%

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

R = 14.23%
G = 11.46%
B = 74.31%

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

#241DBC (or 0x241DBC) is known color: Persian Blue. HEX triplet: 24, 1D and BC. RGB value is (36,29,188). Sum of RGB (Red+Green+Blue) = 36+29+188=253 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.23% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 188 (73.83% from 255 or 74.31% from 253); Max value from RGB is 188 - color contains mainly: blue. Hex color #241DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241DBC is #DBE243. Grayscale: #303030. Windows color (decimal): -14410308 or 12328228. OLE color: 12328228.

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

Color convert

RGB 36 29 188 -
CMYK 0.81 0.85 0 0.26
HSL 242.64º 0.73% 0.43% -
HSV(B) 242.64º 0.85% 0.74% -
XYZ 10.24 4.88 47.98 -
YUV 49.22 206.32 118.57 -
System Red Green Blue C M Y K H S L
Decimal 36 29 188 0.81 0.85 0 0.26 242.64 0.73 0.43
Hex 24 1D BC 51 55 0 1A F3 49 2B
Octal 44 35 274 121 125 0 32 363 111 53
Binary 100100 11101 10111100 1010001 1010101 0 11010 11110011 1001001 101011

Color Harmonies of #241DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241DBC

Black with #241DBC

Text Example


Text Example

White with #241DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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