#234AC1

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

Shades of Cerulean Blue #234AC1

Tints of Cerulean Blue #234AC1

Color information

#234AC1 (or 0x234AC1) is unknown color: approx Cerulean Blue. HEX triplet: 23, 4A and C1. RGB value is (35,74,193). Sum of RGB (Red+Green+Blue) = 35+74+193=302 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.59% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 193 (75.78% from 255 or 63.91% from 302); Max value from RGB is 193 - color contains mainly: blue. Hex color #234AC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234AC1 is #DCB53E. Grayscale: #4B4B4B. Windows color (decimal): -14464319 or 12667427. OLE color: 12667427.

HSL color Cylindrical-coordinate representation of color #234AC1: hue angle of 225.19º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #234AC1 is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3574193-
CMYK0.820.6200.24
HSL225.19º69.3%44.71%-
HSV(B)225.19º81.87%75.69%-
XYZ12.779.1151.54-
YUV75.9194.0898.82-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.59%
GREEN value IS 74 (29.30% from 255) = 24.50%
BLUE value IS 193 (75.78% from 255) = 63.91%
R=11.59%
G=24.50%
B=63.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal35741930.820.6200.24225.1969.344.71
Hex234AC1523E018e1452d
Octal431123011227603034110555
Binary1000111001010110000011010010111110011000111000011000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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