Html Css Color HEX #3052BD Cerulean Blue

📋 copy color: '#3052BD'

red 48 ◦ green 82 ◦ blue 189

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

Shades of Cerulean Blue #3052BD

Tints of Cerulean Blue #3052BD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.71%

 BLUE value IS 189 (74.22% from 255) = 59.25%

R = 15.05%
G = 25.71%
B = 59.25%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3052BD (or 0x3052BD) is known color: Cerulean Blue. HEX triplet: 30, 52 and BD. RGB value is (48,82,189). Sum of RGB (Red+Green+Blue) = 48+82+189=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 189 (74.22% from 255 or 59.25% from 319); Max value from RGB is 189 - color contains mainly: blue. Hex color #3052BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3052BD is #CFAD42. Grayscale: #535353. Windows color (decimal): -13610307 or 12407344. OLE color: 12407344.

HSL color Cylindrical-coordinate representation of color #3052BD: hue angle of 225.53º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3052BD is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 48 82 189 -
CMYK 0.75 0.57 0 0.26
HSL 225.53º 0.59% 0.46% -
HSV(B) 225.53º 0.75% 0.74% -
XYZ 13.42 10.34 49.43 -
YUV 84.03 187.24 102.3 -
System Red Green Blue C M Y K H S L
Decimal 48 82 189 0.75 0.57 0 0.26 225.53 0.59 0.46
Hex 30 52 BD 4B 39 0 1A E2 3B 2E
Octal 60 122 275 113 71 0 32 342 73 56
Binary 110000 1010010 10111101 1001011 111001 0 11010 11100010 111011 101110

Color Harmonies of #3052BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3052BD

Black with #3052BD

Text Example


Text Example

White with #3052BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3052BD; }

 p { color: rgb(48,82,189); }

 H1.HeaderClassName
 {
   color: #3052BD;
 }
 .AnyTagClassName
 {
   color: #3052BD;
 }
</style>

background-color css

<style>
 a { background-color: #3052BD; }

 a { background-color: rgb(48,82,189); }

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

border-color css

<style>
 span { border-color: #3052BD; }

 span { border-color: rgb(48,82,189); }

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