Html Css Color HEX #308CBF Curious Blue

📋 copy color: '#308CBF'

red 48 ◦ green 140 ◦ blue 191

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

Shades of Curious Blue #308CBF

Tints of Curious Blue #308CBF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.94%

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

R = 12.66%
G = 36.94%
B = 50.4%

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

#308CBF (or 0x308CBF) is known color: Curious Blue. HEX triplet: 30, 8C and BF. RGB value is (48,140,191). Sum of RGB (Red+Green+Blue) = 48+140+191=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #308CBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308CBF is #CF7340. Grayscale: #767676. Windows color (decimal): -13595457 or 12553264. OLE color: 12553264.

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

Color convert

RGB 48 140 191 -
CMYK 0.75 0.27 0 0.25
HSL 201.4º 0.6% 0.47% -
HSV(B) 201.4º 0.75% 0.75% -
XYZ 20 23.15 52.7 -
YUV 118.31 169.02 77.85 -
System Red Green Blue C M Y K H S L
Decimal 48 140 191 0.75 0.27 0 0.25 201.4 0.6 0.47
Hex 30 8C BF 4B 1B 0 19 C9 3C 2F
Octal 60 214 277 113 33 0 31 311 74 57
Binary 110000 10001100 10111111 1001011 11011 0 11001 11001001 111100 101111

Color Harmonies of #308CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308CBF

Black with #308CBF

Text Example


Text Example

White with #308CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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