Html Css Color HEX #348ECB Curious Blue

📋 copy color: '#348ECB'

red 52 ◦ green 142 ◦ blue 203

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

Shades of Curious Blue #348ECB

Tints of Curious Blue #348ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.13%

R = 13.1%
G = 35.77%
B = 51.13%

CMYK

 C value IS 0.74

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#348ECB (or 0x348ECB) is known color: Curious Blue. HEX triplet: 34, 8E and CB. RGB value is (52,142,203). Sum of RGB (Red+Green+Blue) = 52+142+203=397 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.10% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #348ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348ECB is #CB7134. Grayscale: #797979. Windows color (decimal): -13332789 or 13340212. OLE color: 13340212.

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

Color convert

RGB 52 142 203 -
CMYK 0.74 0.30 0 0.20
HSL 204.24º 0.59% 0.5% -
HSV(B) 204.24º 0.74% 0.8% -
XYZ 21.87 24.39 60.05 -
YUV 122.04 173.68 78.04 -
System Red Green Blue C M Y K H S L
Decimal 52 142 203 0.74 0.30 0 0.20 204.24 0.59 0.5
Hex 34 8E CB 4A 1E 0 14 CC 3B 32
Octal 64 216 313 112 36 0 24 314 73 62
Binary 110100 10001110 11001011 1001010 11110 0 10100 11001100 111011 110010

Color Harmonies of #348ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348ECB

Black with #348ECB

Text Example


Text Example

White with #348ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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