Html Css Color HEX #3067C0 Cerulean Blue

📋 copy color: '#3067C0'

red 48 ◦ green 103 ◦ blue 192

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

Shades of Cerulean Blue #3067C0

Tints of Cerulean Blue #3067C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 55.98%

R = 13.99%
G = 30.03%
B = 55.98%

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

#3067C0 (or 0x3067C0) is known color: Cerulean Blue. HEX triplet: 30, 67 and C0. RGB value is (48,103,192). Sum of RGB (Red+Green+Blue) = 48+103+192=343 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.99% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 192 (75.39% from 255 or 55.98% from 343); Max value from RGB is 192 - color contains mainly: blue. Hex color #3067C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3067C0 is #CF983F. Grayscale: #606060. Windows color (decimal): -13604928 or 12609328. OLE color: 12609328.

HSL color Cylindrical-coordinate representation of color #3067C0: hue angle of 217.08º 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 #3067C0 is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 103 192 -
CMYK 0.75 0.46 0 0.25
HSL 217.08º 0.6% 0.47% -
HSV(B) 217.08º 0.75% 0.75% -
XYZ 15.58 14.13 51.78 -
YUV 96.7 181.78 93.26 -
System Red Green Blue C M Y K H S L
Decimal 48 103 192 0.75 0.46 0 0.25 217.08 0.6 0.47
Hex 30 67 C0 4B 2E 0 19 D9 3C 2F
Octal 60 147 300 113 56 0 31 331 74 57
Binary 110000 1100111 11000000 1001011 101110 0 11001 11011001 111100 101111

Color Harmonies of #3067C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3067C0

Black with #3067C0

Text Example


Text Example

White with #3067C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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