Html Css Color HEX #3078C2 Curious Blue

📋 copy color: '#3078C2'

red 48 ◦ green 120 ◦ blue 194

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

Shades of Curious Blue #3078C2

Tints of Curious Blue #3078C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 53.59%

R = 13.26%
G = 33.15%
B = 53.59%

CMYK

 C value IS 0.75

 M value IS 0.38

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3078C2 (or 0x3078C2) is known color: Curious Blue. HEX triplet: 30, 78 and C2. RGB value is (48,120,194). Sum of RGB (Red+Green+Blue) = 48+120+194=362 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.26% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 194 (76.17% from 255 or 53.59% from 362); Max value from RGB is 194 - color contains mainly: blue. Hex color #3078C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3078C2 is #CF873D. Grayscale: #6A6A6A. Windows color (decimal): -13600574 or 12744752. OLE color: 12744752.

HSL color Cylindrical-coordinate representation of color #3078C2: hue angle of 210.41º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3078C2 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 48 120 194 -
CMYK 0.75 0.38 0 0.24
HSL 210.41º 0.6% 0.47% -
HSV(B) 210.41º 0.75% 0.76% -
XYZ 17.67 17.96 53.57 -
YUV 106.91 177.15 85.98 -
System Red Green Blue C M Y K H S L
Decimal 48 120 194 0.75 0.38 0 0.24 210.41 0.6 0.47
Hex 30 78 C2 4B 26 0 18 D2 3C 2F
Octal 60 170 302 113 46 0 30 322 74 57
Binary 110000 1111000 11000010 1001011 100110 0 11000 11010010 111100 101111

Color Harmonies of #3078C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3078C2

Black with #3078C2

Text Example


Text Example

White with #3078C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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