Html Css Color HEX #1C3DBE Persian Blue

📋 copy color: '#1C3DBE'

red 28 ◦ green 61 ◦ blue 190

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

Shades of Persian Blue #1C3DBE

Tints of Persian Blue #1C3DBE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.86%

 BLUE value IS 190 (74.61% from 255) = 68.1%

R = 10.04%
G = 21.86%
B = 68.1%

CMYK

 C value IS 0.85

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1C3DBE (or 0x1C3DBE) is known color: Persian Blue. HEX triplet: 1C, 3D and BE. RGB value is (28,61,190). Sum of RGB (Red+Green+Blue) = 28+61+190=279 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.04% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 190 (74.61% from 255 or 68.10% from 279); Max value from RGB is 190 - color contains mainly: blue. Hex color #1C3DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C3DBE is #E3C241. Grayscale: #414141. Windows color (decimal): -14926402 or 12467484. OLE color: 12467484.

HSL color Cylindrical-coordinate representation of color #1C3DBE: hue angle of 227.78º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C3DBE is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 28 61 190 -
CMYK 0.85 0.68 0 0.25
HSL 227.78º 0.74% 0.43% -
HSV(B) 227.78º 0.85% 0.75% -
XYZ 11.44 7.3 49.52 -
YUV 65.84 198.07 101.01 -
System Red Green Blue C M Y K H S L
Decimal 28 61 190 0.85 0.68 0 0.25 227.78 0.74 0.43
Hex 1C 3D BE 55 44 0 19 E4 4A 2B
Octal 34 75 276 125 104 0 31 344 112 53
Binary 11100 111101 10111110 1010101 1000100 0 11001 11100100 1001010 101011

Color Harmonies of #1C3DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3DBE

Black with #1C3DBE

Text Example


Text Example

White with #1C3DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,61,190); }

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

background-color css

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

 a { background-color: rgb(28,61,190); }

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

border-color css

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

 span { border-color: rgb(28,61,190); }

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