Html Css Color HEX #348CC9 Curious Blue

📋 copy color: '#348CC9'

red 52 ◦ green 140 ◦ blue 201

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

Shades of Curious Blue #348CC9

Tints of Curious Blue #348CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 51.15%

R = 13.23%
G = 35.62%
B = 51.15%

CMYK

 C value IS 0.74

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#348CC9 (or 0x348CC9) is known color: Curious Blue. HEX triplet: 34, 8C and C9. RGB value is (52,140,201). Sum of RGB (Red+Green+Blue) = 52+140+201=393 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.23% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 201 (78.91% from 255 or 51.15% from 393); Max value from RGB is 201 - color contains mainly: blue. Hex color #348CC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348CC9 is #CB7336. Grayscale: #787878. Windows color (decimal): -13333303 or 13208628. OLE color: 13208628.

HSL color Cylindrical-coordinate representation of color #348CC9: hue angle of 204.56º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #348CC9 is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 52 140 201 -
CMYK 0.74 0.30 0 0.21
HSL 204.56º 0.59% 0.5% -
HSV(B) 204.56º 0.74% 0.79% -
XYZ 21.34 23.7 58.71 -
YUV 120.64 173.35 79.04 -
System Red Green Blue C M Y K H S L
Decimal 52 140 201 0.74 0.30 0 0.21 204.56 0.59 0.5
Hex 34 8C C9 4A 1E 0 15 CD 3B 32
Octal 64 214 311 112 36 0 25 315 73 62
Binary 110100 10001100 11001001 1001010 11110 0 10101 11001101 111011 110010

Color Harmonies of #348CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348CC9

Black with #348CC9

Text Example


Text Example

White with #348CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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