#232FBB

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

Shades of Persian Blue #232FBB

Tints of Persian Blue #232FBB

Color information

#232FBB (or 0x232FBB) is unknown color: approx Persian Blue. HEX triplet: 23, 2F and BB. RGB value is (35,47,187). Sum of RGB (Red+Green+Blue) = 35+47+187=269 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.01% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 187 (73.44% from 255 or 69.52% from 269); Max value from RGB is 187 - color contains mainly: blue. Hex color #232FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232FBB is #DCD044. Grayscale: #3A3A3A. Windows color (decimal): -14471237 or 12267299. OLE color: 12267299.

HSL color Cylindrical-coordinate representation of color #232FBB: hue angle of 235.26º 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 #232FBB is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3547187-
CMYK0.810.7500.27
HSL235.26º68.47%43.53%-
HSV(B)235.26º81.28%73.33%-
XYZ10.685.9847.6-
YUV59.37200.02110.62-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.01%
GREEN value IS 47 (18.75% from 255) = 17.47%
BLUE value IS 187 (73.44% from 255) = 69.52%
R=13.01%
G=17.47%
B=69.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal35471870.810.7500.27235.2668.4743.53
Hex232FBB514B01Beb442c
Octal435727312111303335310454
Binary1000111011111011101110100011001011011011111010111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232FBB; }

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

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

<style>
 a { background-color: #232FBB; }

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

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

<style>
 span { border-color: #232FBB; }

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

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