Html Css Color HEX #308BBA Curious Blue

📋 copy color: '#308BBA'

red 48 ◦ green 139 ◦ blue 186

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

Shades of Curious Blue #308BBA

Tints of Curious Blue #308BBA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.27%

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

R = 12.87%
G = 37.27%
B = 49.87%

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

#308BBA (or 0x308BBA) is known color: Curious Blue. HEX triplet: 30, 8B and BA. RGB value is (48,139,186). Sum of RGB (Red+Green+Blue) = 48+139+186=373 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.87% from 373); Green value is 139 (54.69% from 255 or 37.27% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #308BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308BBA is #CF7445. Grayscale: #747474. Windows color (decimal): -13595718 or 12225328. OLE color: 12225328.

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

Color convert

RGB 48 139 186 -
CMYK 0.74 0.25 0 0.27
HSL 200.43º 0.59% 0.46% -
HSV(B) 200.43º 0.74% 0.73% -
XYZ 19.31 22.64 49.81 -
YUV 117.15 166.85 78.68 -
System Red Green Blue C M Y K H S L
Decimal 48 139 186 0.74 0.25 0 0.27 200.43 0.59 0.46
Hex 30 8B BA 4A 19 0 1B C8 3B 2E
Octal 60 213 272 112 31 0 33 310 73 56
Binary 110000 10001011 10111010 1001010 11001 0 11011 11001000 111011 101110

Color Harmonies of #308BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308BBA

Black with #308BBA

Text Example


Text Example

White with #308BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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