Html Css Color HEX #308CC8 Curious Blue

📋 copy color: '#308CC8'

red 48 ◦ green 140 ◦ blue 200

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

Shades of Curious Blue #308CC8

Tints of Curious Blue #308CC8

RGB

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

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

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

R = 12.37%
G = 36.08%
B = 51.55%

CMYK

 C value IS 0.76

 M value IS 0.3

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#308CC8 (or 0x308CC8) is known color: Curious Blue. HEX triplet: 30, 8C and C8. RGB value is (48,140,200). Sum of RGB (Red+Green+Blue) = 48+140+200=388 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.37% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 200 (78.52% from 255 or 51.55% from 388); Max value from RGB is 200 - color contains mainly: blue. Hex color #308CC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308CC8 is #CF7337. Grayscale: #777777. Windows color (decimal): -13595448 or 13143088. OLE color: 13143088.

HSL color Cylindrical-coordinate representation of color #308CC8: hue angle of 203.68º 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 #308CC8 is Cyan = 0.76, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 48 140 200 -
CMYK 0.76 0.3 0 0.22
HSL 203.68º 0.61% 0.49% -
HSV(B) 203.68º 0.76% 0.78% -
XYZ 21.02 23.55 58.08 -
YUV 119.33 173.52 77.12 -
System Red Green Blue C M Y K H S L
Decimal 48 140 200 0.76 0.3 0 0.22 203.68 0.61 0.49
Hex 30 8C C8 4C 1E 0 16 CC 3D 31
Octal 60 214 310 114 36 0 26 314 75 61
Binary 110000 10001100 11001000 1001100 11110 0 10110 11001100 111101 110001

Color Harmonies of #308CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308CC8

Black with #308CC8

Text Example


Text Example

White with #308CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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