Html Css Color HEX #308DB5 Curious Blue

📋 copy color: '#308DB5'

red 48 ◦ green 141 ◦ blue 181

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

Shades of Curious Blue #308DB5

Tints of Curious Blue #308DB5

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.11%

 BLUE value IS 181 (71.09% from 255) = 48.92%

R = 12.97%
G = 38.11%
B = 48.92%

CMYK

 C value IS 0.73

 M value IS 0.22

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#308DB5 (or 0x308DB5) is known color: Curious Blue. HEX triplet: 30, 8D and B5. RGB value is (48,141,181). Sum of RGB (Red+Green+Blue) = 48+141+181=370 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.97% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 181 (71.09% from 255 or 48.92% from 370); Max value from RGB is 181 - color contains mainly: blue. Hex color #308DB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308DB5 is #CF724A. Grayscale: #757575. Windows color (decimal): -13595211 or 11898160. OLE color: 11898160.

HSL color Cylindrical-coordinate representation of color #308DB5: hue angle of 198.05º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #308DB5 is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 48 141 181 -
CMYK 0.73 0.22 0 0.29
HSL 198.05º 0.58% 0.45% -
HSV(B) 198.05º 0.73% 0.71% -
XYZ 19.08 23.01 47.15 -
YUV 117.75 163.69 78.25 -
System Red Green Blue C M Y K H S L
Decimal 48 141 181 0.73 0.22 0 0.29 198.05 0.58 0.45
Hex 30 8D B5 49 16 0 1D C6 3A 2D
Octal 60 215 265 111 26 0 35 306 72 55
Binary 110000 10001101 10110101 1001001 10110 0 11101 11000110 111010 101101

Color Harmonies of #308DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308DB5

Black with #308DB5

Text Example


Text Example

White with #308DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,141,181); }

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

background-color css

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

 a { background-color: rgb(48,141,181); }

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

border-color css

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

 span { border-color: rgb(48,141,181); }

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