Html Css Color HEX #3060AF Cerulean Blue

📋 copy color: '#3060AF'

red 48 ◦ green 96 ◦ blue 175

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

Shades of Cerulean Blue #3060AF

Tints of Cerulean Blue #3060AF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.09%

 BLUE value IS 175 (68.75% from 255) = 54.86%

R = 15.05%
G = 30.09%
B = 54.86%

CMYK

 C value IS 0.73

 M value IS 0.45

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3060AF (or 0x3060AF) is known color: Cerulean Blue. HEX triplet: 30, 60 and AF. RGB value is (48,96,175). Sum of RGB (Red+Green+Blue) = 48+96+175=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 175 (68.75% from 255 or 54.86% from 319); Max value from RGB is 175 - color contains mainly: blue. Hex color #3060AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3060AF is #CF9F50. Grayscale: #5A5A5A. Windows color (decimal): -13606737 or 11493424. OLE color: 11493424.

HSL color Cylindrical-coordinate representation of color #3060AF: hue angle of 217.32º 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 #3060AF is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 96 175 -
CMYK 0.73 0.45 0 0.31
HSL 217.32º 0.57% 0.44% -
HSV(B) 217.32º 0.73% 0.69% -
XYZ 13.14 12.09 42.2 -
YUV 90.65 175.6 97.58 -
System Red Green Blue C M Y K H S L
Decimal 48 96 175 0.73 0.45 0 0.31 217.32 0.57 0.44
Hex 30 60 AF 49 2D 0 1F D9 39 2C
Octal 60 140 257 111 55 0 37 331 71 54
Binary 110000 1100000 10101111 1001001 101101 0 11111 11011001 111001 101100

Color Harmonies of #3060AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3060AF

Black with #3060AF

Text Example


Text Example

White with #3060AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3060AF; }

 p { color: rgb(48,96,175); }

 H1.HeaderClassName
 {
   color: #3060AF;
 }
 .AnyTagClassName
 {
   color: #3060AF;
 }
</style>

background-color css

<style>
 a { background-color: #3060AF; }

 a { background-color: rgb(48,96,175); }

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

border-color css

<style>
 span { border-color: #3060AF; }

 span { border-color: rgb(48,96,175); }

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