Html Css Color HEX #1F3ECC Persian Blue

📋 copy color: '#1F3ECC'

red 31 ◦ green 62 ◦ blue 204

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

Shades of Persian Blue #1F3ECC

Tints of Persian Blue #1F3ECC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.88%

 BLUE value IS 204 (80.08% from 255) = 68.69%

R = 10.44%
G = 20.88%
B = 68.69%

CMYK

 C value IS 0.85

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1F3ECC (or 0x1F3ECC) is known color: Persian Blue. HEX triplet: 1F, 3E and CC. RGB value is (31,62,204). Sum of RGB (Red+Green+Blue) = 31+62+204=297 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.44% from 297); Green value is 62 (24.61% from 255 or 20.88% from 297); Blue value is 204 (80.08% from 255 or 68.69% from 297); Max value from RGB is 204 - color contains mainly: blue. Hex color #1F3ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F3ECC is #E0C133. Grayscale: #444444. Windows color (decimal): -14729524 or 13385247. OLE color: 13385247.

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

Color convert

RGB 31 62 204 -
CMYK 0.85 0.70 0 0.2
HSL 229.25º 0.74% 0.46% -
HSV(B) 229.25º 0.85% 0.8% -
XYZ 13.19 8.1 57.99 -
YUV 68.92 204.23 100.95 -
System Red Green Blue C M Y K H S L
Decimal 31 62 204 0.85 0.70 0 0.2 229.25 0.74 0.46
Hex 1F 3E CC 55 46 0 14 E5 4A 2E
Octal 37 76 314 125 106 0 24 345 112 56
Binary 11111 111110 11001100 1010101 1000110 0 10100 11100101 1001010 101110

Color Harmonies of #1F3ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3ECC

Black with #1F3ECC

Text Example


Text Example

White with #1F3ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,62,204); }

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

background-color css

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

 a { background-color: rgb(31,62,204); }

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

border-color css

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

 span { border-color: rgb(31,62,204); }

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