Html Css Color HEX #348FBF Curious Blue

📋 copy color: '#348FBF'

red 52 ◦ green 143 ◦ blue 191

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

Shades of Curious Blue #348FBF

Tints of Curious Blue #348FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.48%

R = 13.47%
G = 37.05%
B = 49.48%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#348FBF (or 0x348FBF) is known color: Curious Blue. HEX triplet: 34, 8F and BF. RGB value is (52,143,191). Sum of RGB (Red+Green+Blue) = 52+143+191=386 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.47% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #348FBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348FBF is #CB7040. Grayscale: #787878. Windows color (decimal): -13332545 or 12554036. OLE color: 12554036.

HSL color Cylindrical-coordinate representation of color #348FBF: hue angle of 200.72º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #348FBF is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 143 191 -
CMYK 0.73 0.25 0 0.25
HSL 200.72º 0.57% 0.48% -
HSV(B) 200.72º 0.73% 0.75% -
XYZ 20.64 24.14 52.86 -
YUV 121.26 167.35 78.6 -
System Red Green Blue C M Y K H S L
Decimal 52 143 191 0.73 0.25 0 0.25 200.72 0.57 0.48
Hex 34 8F BF 49 19 0 19 C9 39 30
Octal 64 217 277 111 31 0 31 311 71 60
Binary 110100 10001111 10111111 1001001 11001 0 11001 11001001 111001 110000

Color Harmonies of #348FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348FBF

Black with #348FBF

Text Example


Text Example

White with #348FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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