Html Css Color HEX #308BBC Curious Blue

📋 copy color: '#308BBC'

red 48 ◦ green 139 ◦ blue 188

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

Shades of Curious Blue #308BBC

Tints of Curious Blue #308BBC

RGB

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

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

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

R = 12.8%
G = 37.07%
B = 50.13%

CMYK

 C value IS 0.74

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#308BBC (or 0x308BBC) is known color: Curious Blue. HEX triplet: 30, 8B and BC. RGB value is (48,139,188). Sum of RGB (Red+Green+Blue) = 48+139+188=375 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.8% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #308BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308BBC is #CF7443. Grayscale: #757575. Windows color (decimal): -13595716 or 12356400. OLE color: 12356400.

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

Color convert

RGB 48 139 188 -
CMYK 0.74 0.26 0 0.26
HSL 201º 0.59% 0.46% -
HSV(B) 201º 0.74% 0.74% -
XYZ 19.53 22.72 50.93 -
YUV 117.38 167.85 78.52 -
System Red Green Blue C M Y K H S L
Decimal 48 139 188 0.74 0.26 0 0.26 201 0.59 0.46
Hex 30 8B BC 4A 1A 0 1A C9 3B 2E
Octal 60 213 274 112 32 0 32 311 73 56
Binary 110000 10001011 10111100 1001010 11010 0 11010 11001001 111011 101110

Color Harmonies of #308BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308BBC

Black with #308BBC

Text Example


Text Example

White with #308BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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