#234FBA

Color #234FBA Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #234FBA

Tints of Cerulean Blue #234FBA

Color information

#234FBA (or 0x234FBA) is unknown color: approx Cerulean Blue. HEX triplet: 23, 4F and BA. RGB value is (35,79,186). Sum of RGB (Red+Green+Blue) = 35+79+186=300 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.67% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #234FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #234FBA is #DCB045. Grayscale: #4D4D4D. Windows color (decimal): -14463046 or 12209955. OLE color: 12209955.

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

Color convert

RGB3579186-
CMYK0.810.5800.27
HSL222.52º68.33%43.33%-
HSV(B)222.52º81.18%72.94%-
XYZ12.359.4947.64-
YUV78.04188.9297.3-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.67%
GREEN value IS 79 (31.25% from 255) = 26.33%
BLUE value IS 186 (73.05% from 255) = 62%
R=11.67%
G=26.33%
B=62%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal35791860.810.5800.27222.5268.3343.33
Hex234FBA513A01Bdf442b
Octal431172721217203333710453
Binary1000111001111101110101010001111010011011110111111000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234FBA; }

 p { color: rgb(35,79,186); }

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

<style>
 a { background-color: #234FBA; }

 a { background-color: rgb(35,79,186); }

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

<style>
 span { border-color: #234FBA; }

 span { border-color: rgb(35,79,186); }

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