#233EBB

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

Shades of Persian Blue #233EBB

Tints of Persian Blue #233EBB

Color information

#233EBB (or 0x233EBB) is unknown color: approx Persian Blue. HEX triplet: 23, 3E and BB. RGB value is (35,62,187). Sum of RGB (Red+Green+Blue) = 35+62+187=284 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.32% from 284); Green value is 62 (24.61% from 255 or 21.83% from 284); Blue value is 187 (73.44% from 255 or 65.85% from 284); Max value from RGB is 187 - color contains mainly: blue. Hex color #233EBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233EBB is #DCC144. Grayscale: #434343. Windows color (decimal): -14467397 or 12271139. OLE color: 12271139.

HSL color Cylindrical-coordinate representation of color #233EBB: hue angle of 229.34º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #233EBB is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3562187-
CMYK0.810.6700.27
HSL229.34º68.47%43.53%-
HSV(B)229.34º81.28%73.33%-
XYZ11.397.3947.84-
YUV68.18195.05104.34-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.32%
GREEN value IS 62 (24.61% from 255) = 21.83%
BLUE value IS 187 (73.44% from 255) = 65.85%
R=12.32%
G=21.83%
B=65.85%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal35621870.810.6700.27229.3468.4743.53
Hex233EBB514301Be5442c
Octal437627312110303334510454
Binary1000111111101011101110100011000011011011111001011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,62,187); }

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

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

 a { background-color: rgb(35,62,187); }

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

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

 span { border-color: rgb(35,62,187); }

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