Html Css Color HEX #308FBF Curious Blue

📋 copy color: '#308FBF'

red 48 ◦ green 143 ◦ blue 191

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

Shades of Curious Blue #308FBF

Tints of Curious Blue #308FBF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.43%

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

R = 12.57%
G = 37.43%
B = 50%

CMYK

 C value IS 0.75

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#308FBF (or 0x308FBF) is known color: Curious Blue. HEX triplet: 30, 8F and BF. RGB value is (48,143,191). Sum of RGB (Red+Green+Blue) = 48+143+191=382 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.57% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #308FBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308FBF is #CF7040. Grayscale: #777777. Windows color (decimal): -13594689 or 12554032. OLE color: 12554032.

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

Color convert

RGB 48 143 191 -
CMYK 0.75 0.25 0 0.25
HSL 200.14º 0.6% 0.47% -
HSV(B) 200.14º 0.75% 0.75% -
XYZ 20.45 24.03 52.85 -
YUV 120.07 168.03 76.6 -
System Red Green Blue C M Y K H S L
Decimal 48 143 191 0.75 0.25 0 0.25 200.14 0.6 0.47
Hex 30 8F BF 4B 19 0 19 C8 3C 2F
Octal 60 217 277 113 31 0 31 310 74 57
Binary 110000 10001111 10111111 1001011 11001 0 11001 11001000 111100 101111

Color Harmonies of #308FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308FBF

Black with #308FBF

Text Example


Text Example

White with #308FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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