Html Css Color HEX #3078CC Curious Blue

📋 copy color: '#3078CC'

red 48 ◦ green 120 ◦ blue 204

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

Shades of Curious Blue #3078CC

Tints of Curious Blue #3078CC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.26%

 BLUE value IS 204 (80.08% from 255) = 54.84%

R = 12.9%
G = 32.26%
B = 54.84%

CMYK

 C value IS 0.76

 M value IS 0.41

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3078CC (or 0x3078CC) is known color: Curious Blue. HEX triplet: 30, 78 and CC. RGB value is (48,120,204). Sum of RGB (Red+Green+Blue) = 48+120+204=372 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.90% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #3078CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3078CC is #CF8733. Grayscale: #6B6B6B. Windows color (decimal): -13600564 or 13400112. OLE color: 13400112.

HSL color Cylindrical-coordinate representation of color #3078CC: hue angle of 212.31º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3078CC is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 48 120 204 -
CMYK 0.76 0.41 0 0.2
HSL 212.31º 0.62% 0.49% -
HSV(B) 212.31º 0.76% 0.8% -
XYZ 18.83 18.42 59.69 -
YUV 108.05 182.15 85.17 -
System Red Green Blue C M Y K H S L
Decimal 48 120 204 0.76 0.41 0 0.2 212.31 0.62 0.49
Hex 30 78 CC 4C 29 0 14 D4 3E 31
Octal 60 170 314 114 51 0 24 324 76 61
Binary 110000 1111000 11001100 1001100 101001 0 10100 11010100 111110 110001

Color Harmonies of #3078CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3078CC

Black with #3078CC

Text Example


Text Example

White with #3078CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3078CC; }

 p { color: rgb(48,120,204); }

 H1.HeaderClassName
 {
   color: #3078CC;
 }
 .AnyTagClassName
 {
   color: #3078CC;
 }
</style>

background-color css

<style>
 a { background-color: #3078CC; }

 a { background-color: rgb(48,120,204); }

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

border-color css

<style>
 span { border-color: #3078CC; }

 span { border-color: rgb(48,120,204); }

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