Html Css Color HEX #308FB4 Pelorous

📋 copy color: '#308FB4'

red 48 ◦ green 143 ◦ blue 180

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

Shades of Pelorous #308FB4

Tints of Pelorous #308FB4

RGB

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

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

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

R = 12.94%
G = 38.54%
B = 48.52%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#308FB4 (or 0x308FB4) is known color: Pelorous. HEX triplet: 30, 8F and B4. RGB value is (48,143,180). Sum of RGB (Red+Green+Blue) = 48+143+180=371 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.94% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 180 (70.70% from 255 or 48.52% from 371); Max value from RGB is 180 - color contains mainly: blue. Hex color #308FB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308FB4 is #CF704B. Grayscale: #767676. Windows color (decimal): -13594700 or 11833136. OLE color: 11833136.

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

Color convert

RGB 48 143 180 -
CMYK 0.73 0.21 0 0.29
HSL 196.82º 0.58% 0.45% -
HSV(B) 196.82º 0.73% 0.71% -
XYZ 19.28 23.57 46.71 -
YUV 118.81 162.53 77.49 -
System Red Green Blue C M Y K H S L
Decimal 48 143 180 0.73 0.21 0 0.29 196.82 0.58 0.45
Hex 30 8F B4 49 15 0 1D C5 3A 2D
Octal 60 217 264 111 25 0 35 305 72 55
Binary 110000 10001111 10110100 1001001 10101 0 11101 11000101 111010 101101

Color Harmonies of #308FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308FB4

Black with #308FB4

Text Example


Text Example

White with #308FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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