Html Css Color HEX #348ECE Curious Blue

📋 copy color: '#348ECE'

red 52 ◦ green 142 ◦ blue 206

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

Shades of Curious Blue #348ECE

Tints of Curious Blue #348ECE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.5%

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

R = 13%
G = 35.5%
B = 51.5%

CMYK

 C value IS 0.75

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#348ECE (or 0x348ECE) is known color: Curious Blue. HEX triplet: 34, 8E and CE. RGB value is (52,142,206). Sum of RGB (Red+Green+Blue) = 52+142+206=400 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #348ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348ECE is #CB7131. Grayscale: #7A7A7A. Windows color (decimal): -13332786 or 13536820. OLE color: 13536820.

HSL color Cylindrical-coordinate representation of color #348ECE: hue angle of 204.94º 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 #348ECE is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 142 206 -
CMYK 0.75 0.31 0 0.19
HSL 204.94º 0.61% 0.51% -
HSV(B) 204.94º 0.75% 0.81% -
XYZ 22.23 24.53 61.96 -
YUV 122.39 175.18 77.8 -
System Red Green Blue C M Y K H S L
Decimal 52 142 206 0.75 0.31 0 0.19 204.94 0.61 0.51
Hex 34 8E CE 4B 1F 0 13 CD 3D 33
Octal 64 216 316 113 37 0 23 315 75 63
Binary 110100 10001110 11001110 1001011 11111 0 10011 11001101 111101 110011

Color Harmonies of #348ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348ECE

Black with #348ECE

Text Example


Text Example

White with #348ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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