Html Css Color HEX #1F3CCD Persian Blue

📋 copy color: '#1F3CCD'

red 31 ◦ green 60 ◦ blue 205

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

Shades of Persian Blue #1F3CCD

Tints of Persian Blue #1F3CCD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.27%

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

R = 10.47%
G = 20.27%
B = 69.26%

CMYK

 C value IS 0.85

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1F3CCD (or 0x1F3CCD) is known color: Persian Blue. HEX triplet: 1F, 3C and CD. RGB value is (31,60,205). Sum of RGB (Red+Green+Blue) = 31+60+205=296 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.47% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 205 (80.47% from 255 or 69.26% from 296); Max value from RGB is 205 - color contains mainly: blue. Hex color #1F3CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F3CCD is #E0C332. Grayscale: #434343. Windows color (decimal): -14730035 or 13450271. OLE color: 13450271.

HSL color Cylindrical-coordinate representation of color #1F3CCD: hue angle of 230º 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 #1F3CCD is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 31 60 205 -
CMYK 0.85 0.71 0 0.20
HSL 230º 0.74% 0.46% -
HSV(B) 230º 0.85% 0.8% -
XYZ 13.2 7.93 58.59 -
YUV 67.86 205.39 101.71 -
System Red Green Blue C M Y K H S L
Decimal 31 60 205 0.85 0.71 0 0.20 230 0.74 0.46
Hex 1F 3C CD 55 47 0 14 E6 4A 2E
Octal 37 74 315 125 107 0 24 346 112 56
Binary 11111 111100 11001101 1010101 1000111 0 10100 11100110 1001010 101110

Color Harmonies of #1F3CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3CCD

Black with #1F3CCD

Text Example


Text Example

White with #1F3CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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