Html Css Color HEX #3062BA Cerulean Blue

📋 copy color: '#3062BA'

red 48 ◦ green 98 ◦ blue 186

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

Shades of Cerulean Blue #3062BA

Tints of Cerulean Blue #3062BA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.52%

 BLUE value IS 186 (73.05% from 255) = 56.02%

R = 14.46%
G = 29.52%
B = 56.02%

CMYK

 C value IS 0.74

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3062BA (or 0x3062BA) is known color: Cerulean Blue. HEX triplet: 30, 62 and BA. RGB value is (48,98,186). Sum of RGB (Red+Green+Blue) = 48+98+186=332 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.46% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #3062BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3062BA is #CF9D45. Grayscale: #5C5C5C. Windows color (decimal): -13606214 or 12214832. OLE color: 12214832.

HSL color Cylindrical-coordinate representation of color #3062BA: hue angle of 218.26º 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 #3062BA is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 98 186 -
CMYK 0.74 0.47 0 0.27
HSL 218.26º 0.59% 0.46% -
HSV(B) 218.26º 0.74% 0.73% -
XYZ 14.45 12.91 48.18 -
YUV 93.08 180.44 95.84 -
System Red Green Blue C M Y K H S L
Decimal 48 98 186 0.74 0.47 0 0.27 218.26 0.59 0.46
Hex 30 62 BA 4A 2F 0 1B DA 3B 2E
Octal 60 142 272 112 57 0 33 332 73 56
Binary 110000 1100010 10111010 1001010 101111 0 11011 11011010 111011 101110

Color Harmonies of #3062BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3062BA

Black with #3062BA

Text Example


Text Example

White with #3062BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3062BA; }

 p { color: rgb(48,98,186); }

 H1.HeaderClassName
 {
   color: #3062BA;
 }
 .AnyTagClassName
 {
   color: #3062BA;
 }
</style>

background-color css

<style>
 a { background-color: #3062BA; }

 a { background-color: rgb(48,98,186); }

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

border-color css

<style>
 span { border-color: #3062BA; }

 span { border-color: rgb(48,98,186); }

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