Html Css Color HEX #1F36CD Persian Blue

📋 copy color: '#1F36CD'

red 31 ◦ green 54 ◦ blue 205

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

Shades of Persian Blue #1F36CD

Tints of Persian Blue #1F36CD

RGB

 RED value IS 31 (12.5% from 255) = 10.69%

 GREEN value IS 54 (21.48% from 255) = 18.62%

 BLUE value IS 205 (80.47% from 255) = 70.69%

R = 10.69%
G = 18.62%
B = 70.69%

CMYK

 C value IS 0.85

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1F36CD (or 0x1F36CD) is known color: Persian Blue. HEX triplet: 1F, 36 and CD. RGB value is (31,54,205). Sum of RGB (Red+Green+Blue) = 31+54+205=290 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.69% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 205 (80.47% from 255 or 70.69% from 290); Max value from RGB is 205 - color contains mainly: blue. Hex color #1F36CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F36CD is #E0C932. Grayscale: #3F3F3F. Windows color (decimal): -14731571 or 13448735. OLE color: 13448735.

HSL color Cylindrical-coordinate representation of color #1F36CD: hue angle of 232.07º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F36CD is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 31 54 205 -
CMYK 0.85 0.74 0 0.20
HSL 232.07º 0.74% 0.46% -
HSV(B) 232.07º 0.85% 0.8% -
XYZ 12.9 7.34 58.49 -
YUV 64.34 207.38 104.22 -
System Red Green Blue C M Y K H S L
Decimal 31 54 205 0.85 0.74 0 0.20 232.07 0.74 0.46
Hex 1F 36 CD 55 4A 0 14 E8 4A 2E
Octal 37 66 315 125 112 0 24 350 112 56
Binary 11111 110110 11001101 1010101 1001010 0 10100 11101000 1001010 101110

Color Harmonies of #1F36CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F36CD

Black with #1F36CD

Text Example


Text Example

White with #1F36CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,54,205); }

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

background-color css

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

 a { background-color: rgb(31,54,205); }

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

border-color css

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

 span { border-color: rgb(31,54,205); }

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