Html Css Color HEX #308CBE Curious Blue

📋 copy color: '#308CBE'

red 48 ◦ green 140 ◦ blue 190

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

Shades of Curious Blue #308CBE

Tints of Curious Blue #308CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.26%

R = 12.7%
G = 37.04%
B = 50.26%

CMYK

 C value IS 0.75

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#308CBE (or 0x308CBE) is known color: Curious Blue. HEX triplet: 30, 8C and BE. RGB value is (48,140,190). Sum of RGB (Red+Green+Blue) = 48+140+190=378 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.70% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #308CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308CBE is #CF7341. Grayscale: #757575. Windows color (decimal): -13595458 or 12487728. OLE color: 12487728.

HSL color Cylindrical-coordinate representation of color #308CBE: hue angle of 201.13º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #308CBE is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 140 190 -
CMYK 0.75 0.26 0 0.25
HSL 201.13º 0.6% 0.47% -
HSV(B) 201.13º 0.75% 0.75% -
XYZ 19.89 23.1 52.13 -
YUV 118.19 168.52 77.93 -
System Red Green Blue C M Y K H S L
Decimal 48 140 190 0.75 0.26 0 0.25 201.13 0.6 0.47
Hex 30 8C BE 4B 1A 0 19 C9 3C 2F
Octal 60 214 276 113 32 0 31 311 74 57
Binary 110000 10001100 10111110 1001011 11010 0 11001 11001001 111100 101111

Color Harmonies of #308CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308CBE

Black with #308CBE

Text Example


Text Example

White with #308CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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