Html Css Color HEX #3068BA Cerulean Blue

📋 copy color: '#3068BA'

red 48 ◦ green 104 ◦ blue 186

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

Shades of Cerulean Blue #3068BA

Tints of Cerulean Blue #3068BA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.77%

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

R = 14.2%
G = 30.77%
B = 55.03%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3068BA (or 0x3068BA) is known color: Cerulean Blue. HEX triplet: 30, 68 and BA. RGB value is (48,104,186). Sum of RGB (Red+Green+Blue) = 48+104+186=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #3068BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3068BA is #CF9745. Grayscale: #606060. Windows color (decimal): -13604678 or 12216368. OLE color: 12216368.

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

Color convert

RGB 48 104 186 -
CMYK 0.74 0.44 0 0.27
HSL 215.65º 0.59% 0.46% -
HSV(B) 215.65º 0.74% 0.73% -
XYZ 15.03 14.07 48.38 -
YUV 96.6 178.45 93.33 -
System Red Green Blue C M Y K H S L
Decimal 48 104 186 0.74 0.44 0 0.27 215.65 0.59 0.46
Hex 30 68 BA 4A 2C 0 1B D8 3B 2E
Octal 60 150 272 112 54 0 33 330 73 56
Binary 110000 1101000 10111010 1001010 101100 0 11011 11011000 111011 101110

Color Harmonies of #3068BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3068BA

Black with #3068BA

Text Example


Text Example

White with #3068BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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