Html Css Color HEX #308DB3 Pelorous

📋 copy color: '#308DB3'

red 48 ◦ green 141 ◦ blue 179

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

Shades of Pelorous #308DB3

Tints of Pelorous #308DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 48.64%

R = 13.04%
G = 38.32%
B = 48.64%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#308DB3 (or 0x308DB3) is known color: Pelorous. HEX triplet: 30, 8D and B3. RGB value is (48,141,179). Sum of RGB (Red+Green+Blue) = 48+141+179=368 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.04% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 179 (70.31% from 255 or 48.64% from 368); Max value from RGB is 179 - color contains mainly: blue. Hex color #308DB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308DB3 is #CF724C. Grayscale: #757575. Windows color (decimal): -13595213 or 11767088. OLE color: 11767088.

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

Color convert

RGB 48 141 179 -
CMYK 0.73 0.21 0 0.30
HSL 197.4º 0.58% 0.45% -
HSV(B) 197.4º 0.73% 0.7% -
XYZ 18.88 22.93 46.08 -
YUV 117.53 162.69 78.41 -
System Red Green Blue C M Y K H S L
Decimal 48 141 179 0.73 0.21 0 0.30 197.4 0.58 0.45
Hex 30 8D B3 49 15 0 1E C5 3A 2D
Octal 60 215 263 111 25 0 36 305 72 55
Binary 110000 10001101 10110011 1001001 10101 0 11110 11000101 111010 101101

Color Harmonies of #308DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308DB3

Black with #308DB3

Text Example


Text Example

White with #308DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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