Html Css Color HEX #348CCC Curious Blue

📋 copy color: '#348CCC'

red 52 ◦ green 140 ◦ blue 204

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

Shades of Curious Blue #348CCC

Tints of Curious Blue #348CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.52%

R = 13.13%
G = 35.35%
B = 51.52%

CMYK

 C value IS 0.75

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#348CCC (or 0x348CCC) is known color: Curious Blue. HEX triplet: 34, 8C and CC. RGB value is (52,140,204). Sum of RGB (Red+Green+Blue) = 52+140+204=396 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.13% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #348CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348CCC is #CB7333. Grayscale: #787878. Windows color (decimal): -13333300 or 13405236. OLE color: 13405236.

HSL color Cylindrical-coordinate representation of color #348CCC: hue angle of 205.26º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #348CCC is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 52 140 204 -
CMYK 0.75 0.31 0 0.2
HSL 205.26º 0.6% 0.5% -
HSV(B) 205.26º 0.75% 0.8% -
XYZ 21.69 23.85 60.59 -
YUV 120.98 174.85 78.8 -
System Red Green Blue C M Y K H S L
Decimal 52 140 204 0.75 0.31 0 0.2 205.26 0.6 0.5
Hex 34 8C CC 4B 1F 0 14 CD 3C 32
Octal 64 214 314 113 37 0 24 315 74 62
Binary 110100 10001100 11001100 1001011 11111 0 10100 11001101 111100 110010

Color Harmonies of #348CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348CCC

Black with #348CCC

Text Example


Text Example

White with #348CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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