Html Css Color HEX #348FB9 Curious Blue

📋 copy color: '#348FB9'

red 52 ◦ green 143 ◦ blue 185

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

Shades of Curious Blue #348FB9

Tints of Curious Blue #348FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 48.68%

R = 13.68%
G = 37.63%
B = 48.68%

CMYK

 C value IS 0.72

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#348FB9 (or 0x348FB9) is known color: Curious Blue. HEX triplet: 34, 8F and B9. RGB value is (52,143,185). Sum of RGB (Red+Green+Blue) = 52+143+185=380 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.68% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 185 (72.66% from 255 or 48.68% from 380); Max value from RGB is 185 - color contains mainly: blue. Hex color #348FB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348FB9 is #CB7046. Grayscale: #787878. Windows color (decimal): -13332551 or 12160820. OLE color: 12160820.

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

Color convert

RGB 52 143 185 -
CMYK 0.72 0.23 0 0.27
HSL 198.95º 0.56% 0.46% -
HSV(B) 198.95º 0.72% 0.73% -
XYZ 20 23.88 49.45 -
YUV 120.58 164.35 79.08 -
System Red Green Blue C M Y K H S L
Decimal 52 143 185 0.72 0.23 0 0.27 198.95 0.56 0.46
Hex 34 8F B9 48 17 0 1B C7 38 2E
Octal 64 217 271 110 27 0 33 307 70 56
Binary 110100 10001111 10111001 1001000 10111 0 11011 11000111 111000 101110

Color Harmonies of #348FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348FB9

Black with #348FB9

Text Example


Text Example

White with #348FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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