Html Css Color HEX #3067BF Cerulean Blue

📋 copy color: '#3067BF'

red 48 ◦ green 103 ◦ blue 191

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

Shades of Cerulean Blue #3067BF

Tints of Cerulean Blue #3067BF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.12%

 BLUE value IS 191 (75% from 255) = 55.85%

R = 14.04%
G = 30.12%
B = 55.85%

CMYK

 C value IS 0.75

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3067BF (or 0x3067BF) is known color: Cerulean Blue. HEX triplet: 30, 67 and BF. RGB value is (48,103,191). Sum of RGB (Red+Green+Blue) = 48+103+191=342 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.04% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 191 (75% from 255 or 55.85% from 342); Max value from RGB is 191 - color contains mainly: blue. Hex color #3067BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3067BF is #CF9840. Grayscale: #606060. Windows color (decimal): -13604929 or 12543792. OLE color: 12543792.

HSL color Cylindrical-coordinate representation of color #3067BF: hue angle of 216.92º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3067BF is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 103 191 -
CMYK 0.75 0.46 0 0.25
HSL 216.92º 0.6% 0.47% -
HSV(B) 216.92º 0.75% 0.75% -
XYZ 15.47 14.09 51.19 -
YUV 96.59 181.28 93.34 -
System Red Green Blue C M Y K H S L
Decimal 48 103 191 0.75 0.46 0 0.25 216.92 0.6 0.47
Hex 30 67 BF 4B 2E 0 19 D9 3C 2F
Octal 60 147 277 113 56 0 31 331 74 57
Binary 110000 1100111 10111111 1001011 101110 0 11001 11011001 111100 101111

Color Harmonies of #3067BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3067BF

Black with #3067BF

Text Example


Text Example

White with #3067BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3067BF; }

 p { color: rgb(48,103,191); }

 H1.HeaderClassName
 {
   color: #3067BF;
 }
 .AnyTagClassName
 {
   color: #3067BF;
 }
</style>

background-color css

<style>
 a { background-color: #3067BF; }

 a { background-color: rgb(48,103,191); }

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

border-color css

<style>
 span { border-color: #3067BF; }

 span { border-color: rgb(48,103,191); }

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