Html Css Color HEX #348FB8 Curious Blue

📋 copy color: '#348FB8'

red 52 ◦ green 143 ◦ blue 184

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

Shades of Curious Blue #348FB8

Tints of Curious Blue #348FB8

RGB

 RED value IS 52 (20.7% from 255) = 13.72%

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

 BLUE value IS 184 (72.27% from 255) = 48.55%

R = 13.72%
G = 37.73%
B = 48.55%

CMYK

 C value IS 0.72

 M value IS 0.22

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#348FB8 (or 0x348FB8) is known color: Curious Blue. HEX triplet: 34, 8F and B8. RGB value is (52,143,184). Sum of RGB (Red+Green+Blue) = 52+143+184=379 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.72% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 184 (72.27% from 255 or 48.55% from 379); Max value from RGB is 184 - color contains mainly: blue. Hex color #348FB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348FB8 is #CB7047. Grayscale: #787878. Windows color (decimal): -13332552 or 12095284. OLE color: 12095284.

HSL color Cylindrical-coordinate representation of color #348FB8: hue angle of 198.64º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #348FB8 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 52 143 184 -
CMYK 0.72 0.22 0 0.28
HSL 198.64º 0.56% 0.46% -
HSV(B) 198.64º 0.72% 0.72% -
XYZ 19.89 23.84 48.9 -
YUV 120.47 163.85 79.17 -
System Red Green Blue C M Y K H S L
Decimal 52 143 184 0.72 0.22 0 0.28 198.64 0.56 0.46
Hex 34 8F B8 48 16 0 1C C7 38 2E
Octal 64 217 270 110 26 0 34 307 70 56
Binary 110100 10001111 10111000 1001000 10110 0 11100 11000111 111000 101110

Color Harmonies of #348FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348FB8

Black with #348FB8

Text Example


Text Example

White with #348FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348FB8; }

 p { color: rgb(52,143,184); }

 H1.HeaderClassName
 {
   color: #348FB8;
 }
 .AnyTagClassName
 {
   color: #348FB8;
 }
</style>

background-color css

<style>
 a { background-color: #348FB8; }

 a { background-color: rgb(52,143,184); }

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

border-color css

<style>
 span { border-color: #348FB8; }

 span { border-color: rgb(52,143,184); }

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