#2331C4

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

Shades of Persian Blue #2331C4

Tints of Persian Blue #2331C4

Color information

#2331C4 (or 0x2331C4) is unknown color: approx Persian Blue. HEX triplet: 23, 31 and C4. RGB value is (35,49,196). Sum of RGB (Red+Green+Blue) = 35+49+196=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 196 (76.95% from 255 or 70% from 280); Max value from RGB is 196 - color contains mainly: blue. Hex color #2331C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2331C4 is #DCCE3B. Grayscale: #3C3C3C. Windows color (decimal): -14470716 or 12857635. OLE color: 12857635.

HSL color Cylindrical-coordinate representation of color #2331C4: hue angle of 234.78º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2331C4 is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB3549196-
CMYK0.820.7500.23
HSL234.78º69.7%45.29%-
HSV(B)234.78º82.14%76.86%-
XYZ11.766.5452.87-
YUV61.57203.86109.05-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.5%
GREEN value IS 49 (19.53% from 255) = 17.5%
BLUE value IS 196 (76.95% from 255) = 70%
R=12.5%
G=17.5%
B=70%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal35491960.820.7500.23234.7869.745.29
Hex2331C4524B017eb462d
Octal436130412211302735310655
Binary1000111100011100010010100101001011010111111010111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2331C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2331C4; }

 p { color: rgb(35,49,196); }

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

<style>
 a { background-color: #2331C4; }

 a { background-color: rgb(35,49,196); }

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

<style>
 span { border-color: #2331C4; }

 span { border-color: rgb(35,49,196); }

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