Html Css Color HEX #1C37DD Persian Blue

📋 copy color: '#1C37DD'

red 28 ◦ green 55 ◦ blue 221

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

Shades of Persian Blue #1C37DD

Tints of Persian Blue #1C37DD

RGB

 RED value IS 28 (11.33% from 255) = 9.21%

 GREEN value IS 55 (21.88% from 255) = 18.09%

 BLUE value IS 221 (86.72% from 255) = 72.7%

R = 9.21%
G = 18.09%
B = 72.7%

CMYK

 C value IS 0.87

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1C37DD (or 0x1C37DD) is known color: Persian Blue. HEX triplet: 1C, 37 and DD. RGB value is (28,55,221). Sum of RGB (Red+Green+Blue) = 28+55+221=304 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.21% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 221 (86.72% from 255 or 72.70% from 304); Max value from RGB is 221 - color contains mainly: blue. Hex color #1C37DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C37DD is #E3C822. Grayscale: #414141. Windows color (decimal): -14927907 or 14497564. OLE color: 14497564.

HSL color Cylindrical-coordinate representation of color #1C37DD: hue angle of 231.61º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C37DD is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 28 55 221 -
CMYK 0.87 0.75 0 0.13
HSL 231.61º 0.78% 0.49% -
HSV(B) 231.61º 0.87% 0.87% -
XYZ 14.9 8.2 69.2 -
YUV 65.85 215.55 101 -
System Red Green Blue C M Y K H S L
Decimal 28 55 221 0.87 0.75 0 0.13 231.61 0.78 0.49
Hex 1C 37 DD 57 4B 0 D E8 4E 31
Octal 34 67 335 127 113 0 15 350 116 61
Binary 11100 110111 11011101 1010111 1001011 0 1101 11101000 1001110 110001

Color Harmonies of #1C37DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C37DD

Black with #1C37DD

Text Example


Text Example

White with #1C37DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C37DD; }

 p { color: rgb(28,55,221); }

 H1.HeaderClassName
 {
   color: #1C37DD;
 }
 .AnyTagClassName
 {
   color: #1C37DD;
 }
</style>

background-color css

<style>
 a { background-color: #1C37DD; }

 a { background-color: rgb(28,55,221); }

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

border-color css

<style>
 span { border-color: #1C37DD; }

 span { border-color: rgb(28,55,221); }

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