#3243af

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

Shades of Cerulean Blue #3243AF

Tints of Cerulean Blue #3243AF

Color information

#3243AF (or 0x3243AF) is unknown color: approx Cerulean Blue. HEX triplet: 32, 43 and AF. RGB value is (50,67,175). Sum of RGB (Red+Green+Blue) = 50+67+175=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 175 (68.75% from 255 or 59.93% from 292); Max value from RGB is 175 - color contains mainly: blue. Hex color #3243AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3243AF is #CDBC50. Grayscale: #494949. Windows color (decimal): -13483089 or 11486002. OLE color: 11486002.

HSL color Cylindrical-coordinate representation of color #3243AF: hue angle of 231.84º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3243AF is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5067175-
CMYK0.710.6200.31
HSL231.84º55.56%44.12%-
HSV(B)231.84º71.43%68.63%-
XYZ11.067.7941.48-
YUV74.23184.87110.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.12%
GREEN value IS 67 (26.56% from 255) = 22.95%
BLUE value IS 175 (68.75% from 255) = 59.93%
R=17.12%
G=22.95%
B=59.93%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal50671750.710.6200.31231.8455.5644.12
Hex3243AF473E01Fe8382c
Octal62103257107760373507054
Binary110010100001110101111100011111111001111111101000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3243af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3243af; }

 p { color: rgb(50,67,175); }

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

<style>
 a { background-color: #3243af; }

 a { background-color: rgb(50,67,175); }

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

<style>
 span { border-color: #3243af; }

 span { border-color: rgb(50,67,175); }

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