Html Css Color HEX #3068BC Cerulean Blue

📋 copy color: '#3068BC'

red 48 ◦ green 104 ◦ blue 188

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

Shades of Cerulean Blue #3068BC

Tints of Cerulean Blue #3068BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.29%

R = 14.12%
G = 30.59%
B = 55.29%

CMYK

 C value IS 0.74

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3068BC (or 0x3068BC) is known color: Cerulean Blue. HEX triplet: 30, 68 and BC. RGB value is (48,104,188). Sum of RGB (Red+Green+Blue) = 48+104+188=340 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.12% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 188 (73.83% from 255 or 55.29% from 340); Max value from RGB is 188 - color contains mainly: blue. Hex color #3068BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3068BC is #CF9743. Grayscale: #606060. Windows color (decimal): -13604676 or 12347440. OLE color: 12347440.

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

Color convert

RGB 48 104 188 -
CMYK 0.74 0.45 0 0.26
HSL 216º 0.59% 0.46% -
HSV(B) 216º 0.74% 0.74% -
XYZ 15.25 14.16 49.51 -
YUV 96.83 179.45 93.17 -
System Red Green Blue C M Y K H S L
Decimal 48 104 188 0.74 0.45 0 0.26 216 0.59 0.46
Hex 30 68 BC 4A 2D 0 1A D8 3B 2E
Octal 60 150 274 112 55 0 32 330 73 56
Binary 110000 1101000 10111100 1001010 101101 0 11010 11011000 111011 101110

Color Harmonies of #3068BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3068BC

Black with #3068BC

Text Example


Text Example

White with #3068BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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