Html Css Color HEX #348CCE Curious Blue

📋 copy color: '#348CCE'

red 52 ◦ green 140 ◦ blue 206

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

Shades of Curious Blue #348CCE

Tints of Curious Blue #348CCE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.18%

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

R = 13.07%
G = 35.18%
B = 51.76%

CMYK

 C value IS 0.75

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#348CCE (or 0x348CCE) is known color: Curious Blue. HEX triplet: 34, 8C and CE. RGB value is (52,140,206). Sum of RGB (Red+Green+Blue) = 52+140+206=398 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.07% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #348CCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348CCE is #CB7331. Grayscale: #787878. Windows color (decimal): -13333298 or 13536308. OLE color: 13536308.

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

Color convert

RGB 52 140 206 -
CMYK 0.75 0.32 0 0.19
HSL 205.71º 0.61% 0.51% -
HSV(B) 205.71º 0.75% 0.81% -
XYZ 21.93 23.94 61.86 -
YUV 121.21 175.85 78.63 -
System Red Green Blue C M Y K H S L
Decimal 52 140 206 0.75 0.32 0 0.19 205.71 0.61 0.51
Hex 34 8C CE 4B 20 0 13 CE 3D 33
Octal 64 214 316 113 40 0 23 316 75 63
Binary 110100 10001100 11001110 1001011 100000 0 10011 11001110 111101 110011

Color Harmonies of #348CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348CCE

Black with #348CCE

Text Example


Text Example

White with #348CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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