Html Css Color HEX #308DBB Curious Blue

📋 copy color: '#308DBB'

red 48 ◦ green 141 ◦ blue 187

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

Shades of Curious Blue #308DBB

Tints of Curious Blue #308DBB

RGB

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

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

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

R = 12.77%
G = 37.5%
B = 49.73%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#308DBB (or 0x308DBB) is known color: Curious Blue. HEX triplet: 30, 8D and BB. RGB value is (48,141,187). Sum of RGB (Red+Green+Blue) = 48+141+187=376 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.77% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #308DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308DBB is #CF7244. Grayscale: #767676. Windows color (decimal): -13595205 or 12291376. OLE color: 12291376.

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

Color convert

RGB 48 141 187 -
CMYK 0.74 0.25 0 0.27
HSL 199.86º 0.59% 0.46% -
HSV(B) 199.86º 0.74% 0.73% -
XYZ 19.71 23.27 50.47 -
YUV 118.44 166.69 77.76 -
System Red Green Blue C M Y K H S L
Decimal 48 141 187 0.74 0.25 0 0.27 199.86 0.59 0.46
Hex 30 8D BB 4A 19 0 1B C8 3B 2E
Octal 60 215 273 112 31 0 33 310 73 56
Binary 110000 10001101 10111011 1001010 11001 0 11011 11001000 111011 101110

Color Harmonies of #308DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308DBB

Black with #308DBB

Text Example


Text Example

White with #308DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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