Html Css Color HEX #348BCB Curious Blue

📋 copy color: '#348BCB'

red 52 ◦ green 139 ◦ blue 203

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

Shades of Curious Blue #348BCB

Tints of Curious Blue #348BCB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.28%

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

R = 13.2%
G = 35.28%
B = 51.52%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#348BCB (or 0x348BCB) is known color: Curious Blue. HEX triplet: 34, 8B and CB. RGB value is (52,139,203). Sum of RGB (Red+Green+Blue) = 52+139+203=394 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.20% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #348BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348BCB is #CB7434. Grayscale: #777777. Windows color (decimal): -13333557 or 13339444. OLE color: 13339444.

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

Color convert

RGB 52 139 203 -
CMYK 0.74 0.32 0 0.20
HSL 205.43º 0.59% 0.5% -
HSV(B) 205.43º 0.74% 0.8% -
XYZ 21.43 23.51 59.91 -
YUV 120.28 174.68 79.3 -
System Red Green Blue C M Y K H S L
Decimal 52 139 203 0.74 0.32 0 0.20 205.43 0.59 0.5
Hex 34 8B CB 4A 20 0 14 CD 3B 32
Octal 64 213 313 112 40 0 24 315 73 62
Binary 110100 10001011 11001011 1001010 100000 0 10100 11001101 111011 110010

Color Harmonies of #348BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348BCB

Black with #348BCB

Text Example


Text Example

White with #348BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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