Html Css Color HEX #308FBA Curious Blue

📋 copy color: '#308FBA'

red 48 ◦ green 143 ◦ blue 186

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

Shades of Curious Blue #308FBA

Tints of Curious Blue #308FBA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.93%

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

R = 12.73%
G = 37.93%
B = 49.34%

CMYK

 C value IS 0.74

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#308FBA (or 0x308FBA) is known color: Curious Blue. HEX triplet: 30, 8F and BA. RGB value is (48,143,186). Sum of RGB (Red+Green+Blue) = 48+143+186=377 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.73% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #308FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308FBA is #CF7045. Grayscale: #777777. Windows color (decimal): -13594694 or 12226352. OLE color: 12226352.

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

Color convert

RGB 48 143 186 -
CMYK 0.74 0.23 0 0.27
HSL 198.7º 0.59% 0.46% -
HSV(B) 198.7º 0.74% 0.73% -
XYZ 19.9 23.82 50 -
YUV 119.5 165.53 77 -
System Red Green Blue C M Y K H S L
Decimal 48 143 186 0.74 0.23 0 0.27 198.7 0.59 0.46
Hex 30 8F BA 4A 17 0 1B C7 3B 2E
Octal 60 217 272 112 27 0 33 307 73 56
Binary 110000 10001111 10111010 1001010 10111 0 11011 11000111 111011 101110

Color Harmonies of #308FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308FBA

Black with #308FBA

Text Example


Text Example

White with #308FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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