Html Css Color HEX #308BBB Curious Blue

📋 copy color: '#308BBB'

red 48 ◦ green 139 ◦ blue 187

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

Shades of Curious Blue #308BBB

Tints of Curious Blue #308BBB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.17%

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

R = 12.83%
G = 37.17%
B = 50%

CMYK

 C value IS 0.74

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#308BBB (or 0x308BBB) is known color: Curious Blue. HEX triplet: 30, 8B and BB. RGB value is (48,139,187). Sum of RGB (Red+Green+Blue) = 48+139+187=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #308BBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308BBB is #CF7444. Grayscale: #747474. Windows color (decimal): -13595717 or 12290864. OLE color: 12290864.

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

Color convert

RGB 48 139 187 -
CMYK 0.74 0.26 0 0.27
HSL 200.72º 0.59% 0.46% -
HSV(B) 200.72º 0.74% 0.73% -
XYZ 19.42 22.68 50.37 -
YUV 117.26 167.35 78.6 -
System Red Green Blue C M Y K H S L
Decimal 48 139 187 0.74 0.26 0 0.27 200.72 0.59 0.46
Hex 30 8B BB 4A 1A 0 1B C9 3B 2E
Octal 60 213 273 112 32 0 33 311 73 56
Binary 110000 10001011 10111011 1001010 11010 0 11011 11001001 111011 101110

Color Harmonies of #308BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308BBB

Black with #308BBB

Text Example


Text Example

White with #308BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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