Html Css Color HEX #348FCE Curious Blue

📋 copy color: '#348FCE'

red 52 ◦ green 143 ◦ blue 206

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

Shades of Curious Blue #348FCE

Tints of Curious Blue #348FCE

RGB

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

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

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

R = 12.97%
G = 35.66%
B = 51.37%

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

#348FCE (or 0x348FCE) is known color: Curious Blue. HEX triplet: 34, 8F and CE. RGB value is (52,143,206). Sum of RGB (Red+Green+Blue) = 52+143+206=401 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.97% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #348FCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348FCE is #CB7031. Grayscale: #7A7A7A. Windows color (decimal): -13332530 or 13537076. OLE color: 13537076.

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

Color convert

RGB 52 143 206 -
CMYK 0.75 0.31 0 0.19
HSL 204.55º 0.61% 0.51% -
HSV(B) 204.55º 0.75% 0.81% -
XYZ 22.38 24.83 62.01 -
YUV 122.97 174.85 77.38 -
System Red Green Blue C M Y K H S L
Decimal 52 143 206 0.75 0.31 0 0.19 204.55 0.61 0.51
Hex 34 8F CE 4B 1F 0 13 CD 3D 33
Octal 64 217 316 113 37 0 23 315 75 63
Binary 110100 10001111 11001110 1001011 11111 0 10011 11001101 111101 110011

Color Harmonies of #348FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348FCE

Black with #348FCE

Text Example


Text Example

White with #348FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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