Html Css Color HEX #308DB4 Curious Blue

📋 copy color: '#308DB4'

red 48 ◦ green 141 ◦ blue 180

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

Shades of Curious Blue #308DB4

Tints of Curious Blue #308DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 48.78%

R = 13.01%
G = 38.21%
B = 48.78%

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

#308DB4 (or 0x308DB4) is known color: Curious Blue. HEX triplet: 30, 8D and B4. RGB value is (48,141,180). Sum of RGB (Red+Green+Blue) = 48+141+180=369 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.01% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 180 (70.70% from 255 or 48.78% from 369); Max value from RGB is 180 - color contains mainly: blue. Hex color #308DB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308DB4 is #CF724B. Grayscale: #757575. Windows color (decimal): -13595212 or 11832624. OLE color: 11832624.

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

Color convert

RGB 48 141 180 -
CMYK 0.73 0.22 0 0.29
HSL 197.73º 0.58% 0.45% -
HSV(B) 197.73º 0.73% 0.71% -
XYZ 18.98 22.97 46.61 -
YUV 117.64 163.19 78.33 -
System Red Green Blue C M Y K H S L
Decimal 48 141 180 0.73 0.22 0 0.29 197.73 0.58 0.45
Hex 30 8D B4 49 16 0 1D C6 3A 2D
Octal 60 215 264 111 26 0 35 306 72 55
Binary 110000 10001101 10110100 1001001 10110 0 11101 11000110 111010 101101

Color Harmonies of #308DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308DB4

Black with #308DB4

Text Example


Text Example

White with #308DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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