Html Css Color HEX #308BC8 Curious Blue

📋 copy color: '#308BC8'

red 48 ◦ green 139 ◦ blue 200

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

Shades of Curious Blue #308BC8

Tints of Curious Blue #308BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 51.68%

R = 12.4%
G = 35.92%
B = 51.68%

CMYK

 C value IS 0.76

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#308BC8 (or 0x308BC8) is known color: Curious Blue. HEX triplet: 30, 8B and C8. RGB value is (48,139,200). Sum of RGB (Red+Green+Blue) = 48+139+200=387 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.40% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 200 (78.52% from 255 or 51.68% from 387); Max value from RGB is 200 - color contains mainly: blue. Hex color #308BC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308BC8 is #CF7437. Grayscale: #767676. Windows color (decimal): -13595704 or 13142832. OLE color: 13142832.

HSL color Cylindrical-coordinate representation of color #308BC8: hue angle of 204.08º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #308BC8 is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 48 139 200 -
CMYK 0.76 0.30 0 0.22
HSL 204.08º 0.61% 0.49% -
HSV(B) 204.08º 0.76% 0.78% -
XYZ 20.88 23.26 58.03 -
YUV 118.75 173.85 77.54 -
System Red Green Blue C M Y K H S L
Decimal 48 139 200 0.76 0.30 0 0.22 204.08 0.61 0.49
Hex 30 8B C8 4C 1E 0 16 CC 3D 31
Octal 60 213 310 114 36 0 26 314 75 61
Binary 110000 10001011 11001000 1001100 11110 0 10110 11001100 111101 110001

Color Harmonies of #308BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308BC8

Black with #308BC8

Text Example


Text Example

White with #308BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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