Html Css Color HEX #308DBC Curious Blue

📋 copy color: '#308DBC'

red 48 ◦ green 141 ◦ blue 188

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

Shades of Curious Blue #308DBC

Tints of Curious Blue #308DBC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.4%

 BLUE value IS 188 (73.83% from 255) = 49.87%

R = 12.73%
G = 37.4%
B = 49.87%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#308DBC (or 0x308DBC) is known color: Curious Blue. HEX triplet: 30, 8D and BC. RGB value is (48,141,188). Sum of RGB (Red+Green+Blue) = 48+141+188=377 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.73% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #308DBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308DBC is #CF7243. Grayscale: #767676. Windows color (decimal): -13595204 or 12356912. OLE color: 12356912.

HSL color Cylindrical-coordinate representation of color #308DBC: hue angle of 200.14º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #308DBC is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 48 141 188 -
CMYK 0.74 0.25 0 0.26
HSL 200.14º 0.59% 0.46% -
HSV(B) 200.14º 0.74% 0.74% -
XYZ 19.82 23.31 51.03 -
YUV 118.55 167.19 77.68 -
System Red Green Blue C M Y K H S L
Decimal 48 141 188 0.74 0.25 0 0.26 200.14 0.59 0.46
Hex 30 8D BC 4A 19 0 1A C8 3B 2E
Octal 60 215 274 112 31 0 32 310 73 56
Binary 110000 10001101 10111100 1001010 11001 0 11010 11001000 111011 101110

Color Harmonies of #308DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308DBC

Black with #308DBC

Text Example


Text Example

White with #308DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308DBC; }

 p { color: rgb(48,141,188); }

 H1.HeaderClassName
 {
   color: #308DBC;
 }
 .AnyTagClassName
 {
   color: #308DBC;
 }
</style>

background-color css

<style>
 a { background-color: #308DBC; }

 a { background-color: rgb(48,141,188); }

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

border-color css

<style>
 span { border-color: #308DBC; }

 span { border-color: rgb(48,141,188); }

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