Html Css Color HEX #3069BC Cerulean Blue

📋 copy color: '#3069BC'

red 48 ◦ green 105 ◦ blue 188

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

Shades of Cerulean Blue #3069BC

Tints of Cerulean Blue #3069BC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.79%

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

R = 14.08%
G = 30.79%
B = 55.13%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3069BC (or 0x3069BC) is known color: Cerulean Blue. HEX triplet: 30, 69 and BC. RGB value is (48,105,188). Sum of RGB (Red+Green+Blue) = 48+105+188=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #3069BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3069BC is #CF9643. Grayscale: #616161. Windows color (decimal): -13604420 or 12347696. OLE color: 12347696.

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

Color convert

RGB 48 105 188 -
CMYK 0.74 0.44 0 0.26
HSL 215.57º 0.59% 0.46% -
HSV(B) 215.57º 0.74% 0.74% -
XYZ 15.35 14.36 49.54 -
YUV 97.42 179.12 92.75 -
System Red Green Blue C M Y K H S L
Decimal 48 105 188 0.74 0.44 0 0.26 215.57 0.59 0.46
Hex 30 69 BC 4A 2C 0 1A D8 3B 2E
Octal 60 151 274 112 54 0 32 330 73 56
Binary 110000 1101001 10111100 1001010 101100 0 11010 11011000 111011 101110

Color Harmonies of #3069BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3069BC

Black with #3069BC

Text Example


Text Example

White with #3069BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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