Html Css Color HEX #308CC5 Curious Blue

📋 copy color: '#308CC5'

red 48 ◦ green 140 ◦ blue 197

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

Shades of Curious Blue #308CC5

Tints of Curious Blue #308CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 51.17%

R = 12.47%
G = 36.36%
B = 51.17%

CMYK

 C value IS 0.76

 M value IS 0.29

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#308CC5 (or 0x308CC5) is known color: Curious Blue. HEX triplet: 30, 8C and C5. RGB value is (48,140,197). Sum of RGB (Red+Green+Blue) = 48+140+197=385 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.47% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 197 (77.34% from 255 or 51.17% from 385); Max value from RGB is 197 - color contains mainly: blue. Hex color #308CC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308CC5 is #CF733A. Grayscale: #767676. Windows color (decimal): -13595451 or 12946480. OLE color: 12946480.

HSL color Cylindrical-coordinate representation of color #308CC5: hue angle of 202.95º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #308CC5 is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 48 140 197 -
CMYK 0.76 0.29 0 0.23
HSL 202.95º 0.61% 0.48% -
HSV(B) 202.95º 0.76% 0.77% -
XYZ 20.68 23.42 56.25 -
YUV 118.99 172.02 77.37 -
System Red Green Blue C M Y K H S L
Decimal 48 140 197 0.76 0.29 0 0.23 202.95 0.61 0.48
Hex 30 8C C5 4C 1D 0 17 CB 3D 30
Octal 60 214 305 114 35 0 27 313 75 60
Binary 110000 10001100 11000101 1001100 11101 0 10111 11001011 111101 110000

Color Harmonies of #308CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308CC5

Black with #308CC5

Text Example


Text Example

White with #308CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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