Html Css Color HEX #348EC9 Curious Blue

📋 copy color: '#348EC9'

red 52 ◦ green 142 ◦ blue 201

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

Shades of Curious Blue #348EC9

Tints of Curious Blue #348EC9

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.95%

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

R = 13.16%
G = 35.95%
B = 50.89%

CMYK

 C value IS 0.74

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#348EC9 (or 0x348EC9) is known color: Curious Blue. HEX triplet: 34, 8E and C9. RGB value is (52,142,201). Sum of RGB (Red+Green+Blue) = 52+142+201=395 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.16% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 201 (78.91% from 255 or 50.89% from 395); Max value from RGB is 201 - color contains mainly: blue. Hex color #348EC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348EC9 is #CB7136. Grayscale: #797979. Windows color (decimal): -13332791 or 13209140. OLE color: 13209140.

HSL color Cylindrical-coordinate representation of color #348EC9: hue angle of 203.76º 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 #348EC9 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 52 142 201 -
CMYK 0.74 0.29 0 0.21
HSL 203.76º 0.59% 0.5% -
HSV(B) 203.76º 0.74% 0.79% -
XYZ 21.63 24.29 58.81 -
YUV 121.82 172.68 78.2 -
System Red Green Blue C M Y K H S L
Decimal 52 142 201 0.74 0.29 0 0.21 203.76 0.59 0.5
Hex 34 8E C9 4A 1D 0 15 CC 3B 32
Octal 64 216 311 112 35 0 25 314 73 62
Binary 110100 10001110 11001001 1001010 11101 0 10101 11001100 111011 110010

Color Harmonies of #348EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348EC9

Black with #348EC9

Text Example


Text Example

White with #348EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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