Html Css Color HEX #3097CC Curious Blue

📋 copy color: '#3097CC'

red 48 ◦ green 151 ◦ blue 204

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

Shades of Curious Blue #3097CC

Tints of Curious Blue #3097CC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.47%

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

R = 11.91%
G = 37.47%
B = 50.62%

CMYK

 C value IS 0.76

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3097CC (or 0x3097CC) is known color: Curious Blue. HEX triplet: 30, 97 and CC. RGB value is (48,151,204). Sum of RGB (Red+Green+Blue) = 48+151+204=403 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.91% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #3097CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3097CC is #CF6833. Grayscale: #7D7D7D. Windows color (decimal): -13592628 or 13408048. OLE color: 13408048.

HSL color Cylindrical-coordinate representation of color #3097CC: hue angle of 200.38º 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 #3097CC is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 48 151 204 -
CMYK 0.76 0.26 0 0.2
HSL 200.38º 0.62% 0.49% -
HSV(B) 200.38º 0.76% 0.8% -
XYZ 23.18 27.12 61.14 -
YUV 126.25 171.88 72.19 -
System Red Green Blue C M Y K H S L
Decimal 48 151 204 0.76 0.26 0 0.2 200.38 0.62 0.49
Hex 30 97 CC 4C 1A 0 14 C8 3E 31
Octal 60 227 314 114 32 0 24 310 76 61
Binary 110000 10010111 11001100 1001100 11010 0 10100 11001000 111110 110001

Color Harmonies of #3097CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3097CC

Black with #3097CC

Text Example


Text Example

White with #3097CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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