#3065BB

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

Shades of Cerulean Blue #3065BB

Tints of Cerulean Blue #3065BB

Color information

#3065BB (or 0x3065BB) is unknown color: approx Cerulean Blue. HEX triplet: 30, 65 and BB. RGB value is (48,101,187). Sum of RGB (Red+Green+Blue) = 48+101+187=336 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.29% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 187 (73.44% from 255 or 55.65% from 336); Max value from RGB is 187 - color contains mainly: blue. Hex color #3065BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3065BB is #CF9A44. Grayscale: #5E5E5E. Windows color (decimal): -13605445 or 12281136. OLE color: 12281136.

HSL color Cylindrical-coordinate representation of color #3065BB: hue angle of 217.12º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3065BB is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB48101187-
CMYK0.740.4600.27
HSL217.12º59.15%46.08%-
HSV(B)217.12º74.33%73.33%-
XYZ14.8413.5248.84-
YUV94.96179.9494.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.29%
GREEN value IS 101 (39.84% from 255) = 30.06%
BLUE value IS 187 (73.44% from 255) = 55.65%
R=14.29%
G=30.06%
B=55.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481011870.740.4600.27217.1259.1546.08
Hex3065BB4A2E01Bd93b2e
Octal60145273112560333317356
Binary110000110010110111011100101010111001101111011001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3065BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3065BB; }

 p { color: rgb(48,101,187); }

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

<style>
 a { background-color: #3065BB; }

 a { background-color: rgb(48,101,187); }

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

<style>
 span { border-color: #3065BB; }

 span { border-color: rgb(48,101,187); }

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