#234ACB

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

Shades of Cerulean Blue #234ACB

Tints of Cerulean Blue #234ACB

Color information

#234ACB (or 0x234ACB) is unknown color: approx Cerulean Blue. HEX triplet: 23, 4A and CB. RGB value is (35,74,203). Sum of RGB (Red+Green+Blue) = 35+74+203=312 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.22% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 203 (79.69% from 255 or 65.06% from 312); Max value from RGB is 203 - color contains mainly: blue. Hex color #234ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234ACB is #DCB534. Grayscale: #4C4C4C. Windows color (decimal): -14464309 or 13322787. OLE color: 13322787.

HSL color Cylindrical-coordinate representation of color #234ACB: hue angle of 226.07º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #234ACB is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB3574203-
CMYK0.830.6400.20
HSL226.07º70.59%46.67%-
HSV(B)226.07º82.76%79.61%-
XYZ13.929.5757.61-
YUV77.04199.0898.01-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.22%
GREEN value IS 74 (29.30% from 255) = 23.72%
BLUE value IS 203 (79.69% from 255) = 65.06%
R=11.22%
G=23.72%
B=65.06%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal35742030.830.6400.20226.0770.5946.67
Hex234ACB5340014e2472f
Octal4311231312310002434210757
Binary10001110010101100101110100111000000010100111000101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,74,203); }

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

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

 a { background-color: rgb(35,74,203); }

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

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

 span { border-color: rgb(35,74,203); }

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