Html Css Color HEX #348CC6 Curious Blue

📋 copy color: '#348CC6'

red 52 ◦ green 140 ◦ blue 198

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

Shades of Curious Blue #348CC6

Tints of Curious Blue #348CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 50.77%

R = 13.33%
G = 35.9%
B = 50.77%

CMYK

 C value IS 0.74

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#348CC6 (or 0x348CC6) is known color: Curious Blue. HEX triplet: 34, 8C and C6. RGB value is (52,140,198). Sum of RGB (Red+Green+Blue) = 52+140+198=390 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.33% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 198 (77.73% from 255 or 50.77% from 390); Max value from RGB is 198 - color contains mainly: blue. Hex color #348CC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348CC6 is #CB7339. Grayscale: #777777. Windows color (decimal): -13333306 or 13012020. OLE color: 13012020.

HSL color Cylindrical-coordinate representation of color #348CC6: hue angle of 203.84º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #348CC6 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 52 140 198 -
CMYK 0.74 0.29 0 0.22
HSL 203.84º 0.58% 0.49% -
HSV(B) 203.84º 0.74% 0.78% -
XYZ 20.99 23.56 56.87 -
YUV 120.3 171.85 79.28 -
System Red Green Blue C M Y K H S L
Decimal 52 140 198 0.74 0.29 0 0.22 203.84 0.58 0.49
Hex 34 8C C6 4A 1D 0 16 CC 3A 31
Octal 64 214 306 112 35 0 26 314 72 61
Binary 110100 10001100 11000110 1001010 11101 0 10110 11001100 111010 110001

Color Harmonies of #348CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348CC6

Black with #348CC6

Text Example


Text Example

White with #348CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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