Html Css Color HEX #308FB3 Pelorous

📋 copy color: '#308FB3'

red 48 ◦ green 143 ◦ blue 179

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

Shades of Pelorous #308FB3

Tints of Pelorous #308FB3

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.65%

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

R = 12.97%
G = 38.65%
B = 48.38%

CMYK

 C value IS 0.73

 M value IS 0.20

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#308FB3 (or 0x308FB3) is known color: Pelorous. HEX triplet: 30, 8F and B3. RGB value is (48,143,179). Sum of RGB (Red+Green+Blue) = 48+143+179=370 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.97% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 179 (70.31% from 255 or 48.38% from 370); Max value from RGB is 179 - color contains mainly: blue. Hex color #308FB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308FB3 is #CF704C. Grayscale: #767676. Windows color (decimal): -13594701 or 11767600. OLE color: 11767600.

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

Color convert

RGB 48 143 179 -
CMYK 0.73 0.20 0 0.30
HSL 196.49º 0.58% 0.45% -
HSV(B) 196.49º 0.73% 0.7% -
XYZ 19.18 23.53 46.18 -
YUV 118.7 162.03 77.57 -
System Red Green Blue C M Y K H S L
Decimal 48 143 179 0.73 0.20 0 0.30 196.49 0.58 0.45
Hex 30 8F B3 49 14 0 1E C4 3A 2D
Octal 60 217 263 111 24 0 36 304 72 55
Binary 110000 10001111 10110011 1001001 10100 0 11110 11000100 111010 101101

Color Harmonies of #308FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308FB3

Black with #308FB3

Text Example


Text Example

White with #308FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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