Html Css Color HEX #308BBF Curious Blue

📋 copy color: '#308BBF'

red 48 ◦ green 139 ◦ blue 191

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

Shades of Curious Blue #308BBF

Tints of Curious Blue #308BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.53%

R = 12.7%
G = 36.77%
B = 50.53%

CMYK

 C value IS 0.75

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#308BBF (or 0x308BBF) is known color: Curious Blue. HEX triplet: 30, 8B and BF. RGB value is (48,139,191). Sum of RGB (Red+Green+Blue) = 48+139+191=378 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.70% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #308BBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308BBF is #CF7440. Grayscale: #757575. Windows color (decimal): -13595713 or 12553008. OLE color: 12553008.

HSL color Cylindrical-coordinate representation of color #308BBF: hue angle of 201.82º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #308BBF is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 139 191 -
CMYK 0.75 0.27 0 0.25
HSL 201.82º 0.6% 0.47% -
HSV(B) 201.82º 0.75% 0.75% -
XYZ 19.86 22.86 52.66 -
YUV 117.72 169.35 78.27 -
System Red Green Blue C M Y K H S L
Decimal 48 139 191 0.75 0.27 0 0.25 201.82 0.6 0.47
Hex 30 8B BF 4B 1B 0 19 CA 3C 2F
Octal 60 213 277 113 33 0 31 312 74 57
Binary 110000 10001011 10111111 1001011 11011 0 11001 11001010 111100 101111

Color Harmonies of #308BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308BBF

Black with #308BBF

Text Example


Text Example

White with #308BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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