Html Css Color HEX #308EBC Curious Blue

📋 copy color: '#308EBC'

red 48 ◦ green 142 ◦ blue 188

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

Shades of Curious Blue #308EBC

Tints of Curious Blue #308EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.74%

R = 12.7%
G = 37.57%
B = 49.74%

CMYK

 C value IS 0.74

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#308EBC (or 0x308EBC) is known color: Curious Blue. HEX triplet: 30, 8E and BC. RGB value is (48,142,188). Sum of RGB (Red+Green+Blue) = 48+142+188=378 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.70% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #308EBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308EBC is #CF7143. Grayscale: #767676. Windows color (decimal): -13594948 or 12357168. OLE color: 12357168.

HSL color Cylindrical-coordinate representation of color #308EBC: hue angle of 199.71º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #308EBC is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 48 142 188 -
CMYK 0.74 0.24 0 0.26
HSL 199.71º 0.59% 0.46% -
HSV(B) 199.71º 0.74% 0.74% -
XYZ 19.97 23.61 51.08 -
YUV 119.14 166.86 77.26 -
System Red Green Blue C M Y K H S L
Decimal 48 142 188 0.74 0.24 0 0.26 199.71 0.59 0.46
Hex 30 8E BC 4A 18 0 1A C8 3B 2E
Octal 60 216 274 112 30 0 32 310 73 56
Binary 110000 10001110 10111100 1001010 11000 0 11010 11001000 111011 101110

Color Harmonies of #308EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308EBC

Black with #308EBC

Text Example


Text Example

White with #308EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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