Html Css Color HEX #3090BA Curious Blue

📋 copy color: '#3090BA'

red 48 ◦ green 144 ◦ blue 186

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

Shades of Curious Blue #3090BA

Tints of Curious Blue #3090BA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.1%

 BLUE value IS 186 (73.05% from 255) = 49.21%

R = 12.7%
G = 38.1%
B = 49.21%

CMYK

 C value IS 0.74

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3090BA (or 0x3090BA) is known color: Curious Blue. HEX triplet: 30, 90 and BA. RGB value is (48,144,186). Sum of RGB (Red+Green+Blue) = 48+144+186=378 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.70% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #3090BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3090BA is #CF6F45. Grayscale: #777777. Windows color (decimal): -13594438 or 12226608. OLE color: 12226608.

HSL color Cylindrical-coordinate representation of color #3090BA: hue angle of 198.26º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3090BA is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 144 186 -
CMYK 0.74 0.23 0 0.27
HSL 198.26º 0.59% 0.46% -
HSV(B) 198.26º 0.74% 0.73% -
XYZ 20.06 24.12 50.05 -
YUV 120.08 165.2 76.58 -
System Red Green Blue C M Y K H S L
Decimal 48 144 186 0.74 0.23 0 0.27 198.26 0.59 0.46
Hex 30 90 BA 4A 17 0 1B C6 3B 2E
Octal 60 220 272 112 27 0 33 306 73 56
Binary 110000 10010000 10111010 1001010 10111 0 11011 11000110 111011 101110

Color Harmonies of #3090BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3090BA

Black with #3090BA

Text Example


Text Example

White with #3090BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3090BA; }

 p { color: rgb(48,144,186); }

 H1.HeaderClassName
 {
   color: #3090BA;
 }
 .AnyTagClassName
 {
   color: #3090BA;
 }
</style>

background-color css

<style>
 a { background-color: #3090BA; }

 a { background-color: rgb(48,144,186); }

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

border-color css

<style>
 span { border-color: #3090BA; }

 span { border-color: rgb(48,144,186); }

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