Html Css Color HEX #348BCE Curious Blue

📋 copy color: '#348BCE'

red 52 ◦ green 139 ◦ blue 206

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

Shades of Curious Blue #348BCE

Tints of Curious Blue #348BCE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.01%

 BLUE value IS 206 (80.86% from 255) = 51.89%

R = 13.1%
G = 35.01%
B = 51.89%

CMYK

 C value IS 0.75

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#348BCE (or 0x348BCE) is known color: Curious Blue. HEX triplet: 34, 8B and CE. RGB value is (52,139,206). Sum of RGB (Red+Green+Blue) = 52+139+206=397 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.10% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #348BCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348BCE is #CB7431. Grayscale: #787878. Windows color (decimal): -13333554 or 13536052. OLE color: 13536052.

HSL color Cylindrical-coordinate representation of color #348BCE: hue angle of 206.1º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #348BCE is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 139 206 -
CMYK 0.75 0.33 0 0.19
HSL 206.1º 0.61% 0.51% -
HSV(B) 206.1º 0.75% 0.81% -
XYZ 21.79 23.65 61.81 -
YUV 120.63 176.18 79.05 -
System Red Green Blue C M Y K H S L
Decimal 52 139 206 0.75 0.33 0 0.19 206.1 0.61 0.51
Hex 34 8B CE 4B 21 0 13 CE 3D 33
Octal 64 213 316 113 41 0 23 316 75 63
Binary 110100 10001011 11001110 1001011 100001 0 10011 11001110 111101 110011

Color Harmonies of #348BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348BCE

Black with #348BCE

Text Example


Text Example

White with #348BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,139,206); }

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

background-color css

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

 a { background-color: rgb(52,139,206); }

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

border-color css

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

 span { border-color: rgb(52,139,206); }

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