#1838C3

Color #1838C3 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1838C3

Tints of Persian Blue #1838C3

Color information

#1838C3 (or 0x1838C3) is unknown color: approx Persian Blue. HEX triplet: 18, 38 and C3. RGB value is (24,56,195). Sum of RGB (Red+Green+Blue) = 24+56+195=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 195 (76.56% from 255 or 70.91% from 275); Max value from RGB is 195 - color contains mainly: blue. Hex color #1838C3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1838C3 is #E7C73C. Grayscale: #3D3D3D. Windows color (decimal): -15189821 or 12793880. OLE color: 12793880.

HSL color Cylindrical-coordinate representation of color #1838C3: hue angle of 228.77º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1838C3 is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2456195-
CMYK0.880.7100.24
HSL228.77º78.08%42.94%-
HSV(B)228.77º87.69%76.47%-
XYZ11.646.9652.36-
YUV62.28202.9100.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.73%
GREEN value IS 56 (22.27% from 255) = 20.36%
BLUE value IS 195 (76.56% from 255) = 70.91%
R=8.73%
G=20.36%
B=70.91%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal24561950.880.7100.24228.7778.0842.94
Hex1838C35847018e54e2b
Octal307030313010703034511653
Binary110001110001100001110110001000111011000111001011001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1838C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1838C3; }

 p { color: rgb(24,56,195); }

 H1.HeaderClassName
 {
   color: #1838C3;
 }
 .AnyTagClassName
 {
   color: #1838C3;
 }
</style>
background-color css

<style>
 a { background-color: #1838C3; }

 a { background-color: rgb(24,56,195); }

 div.DivClassName
 {
   background-color: #1838C3;
 }
 .BgClassName
 {
   background-color: #1838C3;
 }
</style>
border-color css

<style>
 span { border-color: #1838C3; }

 span { border-color: rgb(24,56,195); }

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