#233DB4

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

Shades of Persian Blue #233DB4

Tints of Persian Blue #233DB4

Color information

#233DB4 (or 0x233DB4) is unknown color: approx Persian Blue. HEX triplet: 23, 3D and B4. RGB value is (35,61,180). Sum of RGB (Red+Green+Blue) = 35+61+180=276 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.68% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 180 (70.70% from 255 or 65.22% from 276); Max value from RGB is 180 - color contains mainly: blue. Hex color #233DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233DB4 is #DCC24B. Grayscale: #424242. Windows color (decimal): -14467660 or 11812131. OLE color: 11812131.

HSL color Cylindrical-coordinate representation of color #233DB4: hue angle of 229.24º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #233DB4 is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3561180-
CMYK0.810.6600.29
HSL229.24º67.44%42.16%-
HSV(B)229.24º80.56%70.59%-
XYZ10.66.9943.97-
YUV66.79191.89105.32-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.68%
GREEN value IS 61 (24.22% from 255) = 22.10%
BLUE value IS 180 (70.70% from 255) = 65.22%
R=12.68%
G=22.10%
B=65.22%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal35611800.810.6600.29229.2467.4442.16
Hex233DB4514201De5432a
Octal437526412110203534510352
Binary1000111111011011010010100011000010011101111001011000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233DB4; }

 p { color: rgb(35,61,180); }

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

<style>
 a { background-color: #233DB4; }

 a { background-color: rgb(35,61,180); }

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

<style>
 span { border-color: #233DB4; }

 span { border-color: rgb(35,61,180); }

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