Html Css Color HEX #308ABA Curious Blue

📋 copy color: '#308ABA'

red 48 ◦ green 138 ◦ blue 186

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

Shades of Curious Blue #308ABA

Tints of Curious Blue #308ABA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.1%

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

R = 12.9%
G = 37.1%
B = 50%

CMYK

 C value IS 0.74

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#308ABA (or 0x308ABA) is known color: Curious Blue. HEX triplet: 30, 8A and BA. RGB value is (48,138,186). Sum of RGB (Red+Green+Blue) = 48+138+186=372 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.90% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #308ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308ABA is #CF7545. Grayscale: #747474. Windows color (decimal): -13595974 or 12225072. OLE color: 12225072.

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

Color convert

RGB 48 138 186 -
CMYK 0.74 0.26 0 0.27
HSL 200.87º 0.59% 0.46% -
HSV(B) 200.87º 0.74% 0.73% -
XYZ 19.17 22.35 49.76 -
YUV 116.56 167.18 79.1 -
System Red Green Blue C M Y K H S L
Decimal 48 138 186 0.74 0.26 0 0.27 200.87 0.59 0.46
Hex 30 8A BA 4A 1A 0 1B C9 3B 2E
Octal 60 212 272 112 32 0 33 311 73 56
Binary 110000 10001010 10111010 1001010 11010 0 11011 11001001 111011 101110

Color Harmonies of #308ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308ABA

Black with #308ABA

Text Example


Text Example

White with #308ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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