Html Css Color HEX #3084BB Curious Blue

📋 copy color: '#3084BB'

red 48 ◦ green 132 ◦ blue 187

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

Shades of Curious Blue #3084BB

Tints of Curious Blue #3084BB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.97%

 BLUE value IS 187 (73.44% from 255) = 50.95%

R = 13.08%
G = 35.97%
B = 50.95%

CMYK

 C value IS 0.74

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3084BB (or 0x3084BB) is known color: Curious Blue. HEX triplet: 30, 84 and BB. RGB value is (48,132,187). Sum of RGB (Red+Green+Blue) = 48+132+187=367 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.08% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #3084BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3084BB is #CF7B44. Grayscale: #707070. Windows color (decimal): -13597509 or 12289072. OLE color: 12289072.

HSL color Cylindrical-coordinate representation of color #3084BB: hue angle of 203.74º 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 #3084BB is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 132 187 -
CMYK 0.74 0.29 0 0.27
HSL 203.74º 0.59% 0.46% -
HSV(B) 203.74º 0.74% 0.73% -
XYZ 18.44 20.72 50.04 -
YUV 113.15 169.67 81.53 -
System Red Green Blue C M Y K H S L
Decimal 48 132 187 0.74 0.29 0 0.27 203.74 0.59 0.46
Hex 30 84 BB 4A 1D 0 1B CC 3B 2E
Octal 60 204 273 112 35 0 33 314 73 56
Binary 110000 10000100 10111011 1001010 11101 0 11011 11001100 111011 101110

Color Harmonies of #3084BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3084BB

Black with #3084BB

Text Example


Text Example

White with #3084BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3084BB; }

 p { color: rgb(48,132,187); }

 H1.HeaderClassName
 {
   color: #3084BB;
 }
 .AnyTagClassName
 {
   color: #3084BB;
 }
</style>

background-color css

<style>
 a { background-color: #3084BB; }

 a { background-color: rgb(48,132,187); }

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

border-color css

<style>
 span { border-color: #3084BB; }

 span { border-color: rgb(48,132,187); }

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