Html Css Color HEX #308CBA Curious Blue

📋 copy color: '#308CBA'

red 48 ◦ green 140 ◦ blue 186

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

Shades of Curious Blue #308CBA

Tints of Curious Blue #308CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.73%

R = 12.83%
G = 37.43%
B = 49.73%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#308CBA (or 0x308CBA) is known color: Curious Blue. HEX triplet: 30, 8C and BA. RGB value is (48,140,186). Sum of RGB (Red+Green+Blue) = 48+140+186=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #308CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308CBA is #CF7345. Grayscale: #757575. Windows color (decimal): -13595462 or 12225584. OLE color: 12225584.

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

Color convert

RGB 48 140 186 -
CMYK 0.74 0.25 0 0.27
HSL 200º 0.59% 0.46% -
HSV(B) 200º 0.74% 0.73% -
XYZ 19.46 22.93 49.85 -
YUV 117.74 166.52 78.26 -
System Red Green Blue C M Y K H S L
Decimal 48 140 186 0.74 0.25 0 0.27 200 0.59 0.46
Hex 30 8C BA 4A 19 0 1B C8 3B 2E
Octal 60 214 272 112 31 0 33 310 73 56
Binary 110000 10001100 10111010 1001010 11001 0 11011 11001000 111011 101110

Color Harmonies of #308CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308CBA

Black with #308CBA

Text Example


Text Example

White with #308CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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