Html Css Color HEX #3045B1 Cerulean Blue

📋 copy color: '#3045B1'

red 48 ◦ green 69 ◦ blue 177

#3045B1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #3045B1

Tints of Cerulean Blue #3045B1

RGB

 RED value IS 48 (19.14% from 255) = 16.33%

 GREEN value IS 69 (27.34% from 255) = 23.47%

 BLUE value IS 177 (69.53% from 255) = 60.2%

R = 16.33%
G = 23.47%
B = 60.2%

CMYK

 C value IS 0.73

 M value IS 0.61

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3045B1 (or 0x3045B1) is known color: Cerulean Blue. HEX triplet: 30, 45 and B1. RGB value is (48,69,177). Sum of RGB (Red+Green+Blue) = 48+69+177=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 177 (69.53% from 255 or 60.20% from 294); Max value from RGB is 177 - color contains mainly: blue. Hex color #3045B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3045B1 is #CFBA4E. Grayscale: #4A4A4A. Windows color (decimal): -13613647 or 11617584. OLE color: 11617584.

HSL color Cylindrical-coordinate representation of color #3045B1: hue angle of 230.23º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3045B1 is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 69 177 -
CMYK 0.73 0.61 0 0.31
HSL 230.23º 0.57% 0.44% -
HSV(B) 230.23º 0.73% 0.69% -
XYZ 11.28 8.06 42.56 -
YUV 75.03 185.54 108.72 -
System Red Green Blue C M Y K H S L
Decimal 48 69 177 0.73 0.61 0 0.31 230.23 0.57 0.44
Hex 30 45 B1 49 3D 0 1F E6 39 2C
Octal 60 105 261 111 75 0 37 346 71 54
Binary 110000 1000101 10110001 1001001 111101 0 11111 11100110 111001 101100

Color Harmonies of #3045B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3045B1

Black with #3045B1

Text Example


Text Example

White with #3045B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3045B1; }

 p { color: rgb(48,69,177); }

 H1.HeaderClassName
 {
   color: #3045B1;
 }
 .AnyTagClassName
 {
   color: #3045B1;
 }
</style>

background-color css

<style>
 a { background-color: #3045B1; }

 a { background-color: rgb(48,69,177); }

 div.DivClassName
 {
   background-color: #3045B1;
 }
 .BgClassName
 {
   background-color: #3045B1;
 }
</style>

border-color css

<style>
 span { border-color: #3045B1; }

 span { border-color: rgb(48,69,177); }

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