Html Css Color HEX #308EBA Curious Blue

📋 copy color: '#308EBA'

red 48 ◦ green 142 ◦ blue 186

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

Shades of Curious Blue #308EBA

Tints of Curious Blue #308EBA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.77%

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

R = 12.77%
G = 37.77%
B = 49.47%

CMYK

 C value IS 0.74

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#308EBA (or 0x308EBA) is known color: Curious Blue. HEX triplet: 30, 8E and BA. RGB value is (48,142,186). Sum of RGB (Red+Green+Blue) = 48+142+186=376 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.77% from 376); Green value is 142 (55.86% from 255 or 37.77% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #308EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308EBA is #CF7145. Grayscale: #767676. Windows color (decimal): -13594950 or 12226096. OLE color: 12226096.

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

Color convert

RGB 48 142 186 -
CMYK 0.74 0.24 0 0.27
HSL 199.13º 0.59% 0.46% -
HSV(B) 199.13º 0.74% 0.73% -
XYZ 19.75 23.52 49.95 -
YUV 118.91 165.86 77.42 -
System Red Green Blue C M Y K H S L
Decimal 48 142 186 0.74 0.24 0 0.27 199.13 0.59 0.46
Hex 30 8E BA 4A 18 0 1B C7 3B 2E
Octal 60 216 272 112 30 0 33 307 73 56
Binary 110000 10001110 10111010 1001010 11000 0 11011 11000111 111011 101110

Color Harmonies of #308EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308EBA

Black with #308EBA

Text Example


Text Example

White with #308EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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