Html Css Color HEX #3077CF Curious Blue

📋 copy color: '#3077CF'

red 48 ◦ green 119 ◦ blue 207

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

Shades of Curious Blue #3077CF

Tints of Curious Blue #3077CF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.82%

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

R = 12.83%
G = 31.82%
B = 55.35%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3077CF (or 0x3077CF) is known color: Curious Blue. HEX triplet: 30, 77 and CF. RGB value is (48,119,207). Sum of RGB (Red+Green+Blue) = 48+119+207=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 207 (81.25% from 255 or 55.35% from 374); Max value from RGB is 207 - color contains mainly: blue. Hex color #3077CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3077CF is #CF8830. Grayscale: #6B6B6B. Windows color (decimal): -13600817 or 13596464. OLE color: 13596464.

HSL color Cylindrical-coordinate representation of color #3077CF: hue angle of 213.21º 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 #3077CF is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 119 207 -
CMYK 0.77 0.43 0 0.19
HSL 213.21º 0.62% 0.5% -
HSV(B) 213.21º 0.77% 0.81% -
XYZ 19.08 18.33 61.56 -
YUV 107.8 183.98 85.34 -
System Red Green Blue C M Y K H S L
Decimal 48 119 207 0.77 0.43 0 0.19 213.21 0.62 0.5
Hex 30 77 CF 4D 2B 0 13 D5 3E 32
Octal 60 167 317 115 53 0 23 325 76 62
Binary 110000 1110111 11001111 1001101 101011 0 10011 11010101 111110 110010

Color Harmonies of #3077CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3077CF

Black with #3077CF

Text Example


Text Example

White with #3077CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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