Html Css Color HEX #308CBC Curious Blue

📋 copy color: '#308CBC'

red 48 ◦ green 140 ◦ blue 188

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

Shades of Curious Blue #308CBC

Tints of Curious Blue #308CBC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.23%

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

R = 12.77%
G = 37.23%
B = 50%

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

#308CBC (or 0x308CBC) is known color: Curious Blue. HEX triplet: 30, 8C and BC. RGB value is (48,140,188). Sum of RGB (Red+Green+Blue) = 48+140+188=376 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.77% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #308CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308CBC is #CF7343. Grayscale: #757575. Windows color (decimal): -13595460 or 12356656. OLE color: 12356656.

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

Color convert

RGB 48 140 188 -
CMYK 0.74 0.26 0 0.26
HSL 200.57º 0.59% 0.46% -
HSV(B) 200.57º 0.74% 0.74% -
XYZ 19.67 23.02 50.98 -
YUV 117.96 167.52 78.1 -
System Red Green Blue C M Y K H S L
Decimal 48 140 188 0.74 0.26 0 0.26 200.57 0.59 0.46
Hex 30 8C BC 4A 1A 0 1A C9 3B 2E
Octal 60 214 274 112 32 0 32 311 73 56
Binary 110000 10001100 10111100 1001010 11010 0 11010 11001001 111011 101110

Color Harmonies of #308CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308CBC

Black with #308CBC

Text Example


Text Example

White with #308CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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