Html Css Color HEX #3078CF Curious Blue

📋 copy color: '#3078CF'

red 48 ◦ green 120 ◦ blue 207

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

Shades of Curious Blue #3078CF

Tints of Curious Blue #3078CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.2%

R = 12.8%
G = 32%
B = 55.2%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3078CF (or 0x3078CF) is known color: Curious Blue. HEX triplet: 30, 78 and CF. RGB value is (48,120,207). Sum of RGB (Red+Green+Blue) = 48+120+207=375 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.8% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #3078CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3078CF is #CF8730. Grayscale: #6B6B6B. Windows color (decimal): -13600561 or 13596720. OLE color: 13596720.

HSL color Cylindrical-coordinate representation of color #3078CF: hue angle of 212.83º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3078CF is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 120 207 -
CMYK 0.77 0.42 0 0.19
HSL 212.83º 0.62% 0.5% -
HSV(B) 212.83º 0.77% 0.81% -
XYZ 19.2 18.57 61.6 -
YUV 108.39 183.65 84.93 -
System Red Green Blue C M Y K H S L
Decimal 48 120 207 0.77 0.42 0 0.19 212.83 0.62 0.5
Hex 30 78 CF 4D 2A 0 13 D5 3E 32
Octal 60 170 317 115 52 0 23 325 76 62
Binary 110000 1111000 11001111 1001101 101010 0 10011 11010101 111110 110010

Color Harmonies of #3078CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3078CF

Black with #3078CF

Text Example


Text Example

White with #3078CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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