#2634C4

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

Shades of Persian Blue #2634C4

Tints of Persian Blue #2634C4

Color information

#2634C4 (or 0x2634C4) is unknown color: approx Persian Blue. HEX triplet: 26, 34 and C4. RGB value is (38,52,196). Sum of RGB (Red+Green+Blue) = 38+52+196=286 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.29% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 196 (76.95% from 255 or 68.53% from 286); Max value from RGB is 196 - color contains mainly: blue. Hex color #2634C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2634C4 is #D9CB3B. Grayscale: #3F3F3F. Windows color (decimal): -14273340 or 12858406. OLE color: 12858406.

HSL color Cylindrical-coordinate representation of color #2634C4: hue angle of 234.68º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2634C4 is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB3852196-
CMYK0.810.7300.23
HSL234.68º67.52%45.88%-
HSV(B)234.68º80.61%76.86%-
XYZ11.996.8552.92-
YUV64.23202.36109.29-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.29%
GREEN value IS 52 (20.70% from 255) = 18.18%
BLUE value IS 196 (76.95% from 255) = 68.53%
R=13.29%
G=18.18%
B=68.53%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal38521960.810.7300.23234.6867.5245.88
Hex2634C45149017eb442e
Octal466430412111102735310456
Binary1001101101001100010010100011001001010111111010111000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2634C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,52,196); }

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

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

 a { background-color: rgb(38,52,196); }

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

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

 span { border-color: rgb(38,52,196); }

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