#2334DA

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

Shades of Persian Blue #2334DA

Tints of Persian Blue #2334DA

Color information

#2334DA (or 0x2334DA) is unknown color: approx Persian Blue. HEX triplet: 23, 34 and DA. RGB value is (35,52,218). Sum of RGB (Red+Green+Blue) = 35+52+218=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 218 (85.55% from 255 or 71.48% from 305); Max value from RGB is 218 - color contains mainly: blue. Hex color #2334DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2334DA is #DCCB25. Grayscale: #414141. Windows color (decimal): -14469926 or 14300195. OLE color: 14300195.

HSL color Cylindrical-coordinate representation of color #2334DA: hue angle of 234.43º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2334DA is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB3552218-
CMYK0.840.7600.15
HSL234.43º72.33%49.61%-
HSV(B)234.43º83.94%85.49%-
XYZ14.587.8867.08-
YUV65.84213.87106-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.48%
GREEN value IS 52 (20.70% from 255) = 17.05%
BLUE value IS 218 (85.55% from 255) = 71.48%
R=11.48%
G=17.05%
B=71.48%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal35522180.840.7600.15234.4372.3349.61
Hex2334DA544C0Fea4832
Octal436433212411401735211062
Binary100011110100110110101010100100110001111111010101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2334DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2334DA; }

 p { color: rgb(35,52,218); }

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

<style>
 a { background-color: #2334DA; }

 a { background-color: rgb(35,52,218); }

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

<style>
 span { border-color: #2334DA; }

 span { border-color: rgb(35,52,218); }

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