Html Css Color HEX #308CBD Curious Blue

📋 copy color: '#308CBD'

red 48 ◦ green 140 ◦ blue 189

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

Shades of Curious Blue #308CBD

Tints of Curious Blue #308CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.13%

R = 12.73%
G = 37.14%
B = 50.13%

CMYK

 C value IS 0.75

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#308CBD (or 0x308CBD) is known color: Curious Blue. HEX triplet: 30, 8C and BD. RGB value is (48,140,189). Sum of RGB (Red+Green+Blue) = 48+140+189=377 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.73% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #308CBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308CBD is #CF7342. Grayscale: #757575. Windows color (decimal): -13595459 or 12422192. OLE color: 12422192.

HSL color Cylindrical-coordinate representation of color #308CBD: hue angle of 200.85º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #308CBD is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 48 140 189 -
CMYK 0.75 0.26 0 0.26
HSL 200.85º 0.59% 0.46% -
HSV(B) 200.85º 0.75% 0.74% -
XYZ 19.78 23.06 51.55 -
YUV 118.08 168.02 78.02 -
System Red Green Blue C M Y K H S L
Decimal 48 140 189 0.75 0.26 0 0.26 200.85 0.59 0.46
Hex 30 8C BD 4B 1A 0 1A C9 3B 2E
Octal 60 214 275 113 32 0 32 311 73 56
Binary 110000 10001100 10111101 1001011 11010 0 11010 11001001 111011 101110

Color Harmonies of #308CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308CBD

Black with #308CBD

Text Example


Text Example

White with #308CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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