Html Css Color HEX #348CCB Curious Blue

📋 copy color: '#348CCB'

red 52 ◦ green 140 ◦ blue 203

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

Shades of Curious Blue #348CCB

Tints of Curious Blue #348CCB

RGB

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

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

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

R = 13.16%
G = 35.44%
B = 51.39%

CMYK

 C value IS 0.74

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#348CCB (or 0x348CCB) is known color: Curious Blue. HEX triplet: 34, 8C and CB. RGB value is (52,140,203). Sum of RGB (Red+Green+Blue) = 52+140+203=395 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.16% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #348CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348CCB is #CB7334. Grayscale: #787878. Windows color (decimal): -13333301 or 13339700. OLE color: 13339700.

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

Color convert

RGB 52 140 203 -
CMYK 0.74 0.31 0 0.20
HSL 205.03º 0.59% 0.5% -
HSV(B) 205.03º 0.74% 0.8% -
XYZ 21.57 23.8 59.96 -
YUV 120.87 174.35 78.88 -
System Red Green Blue C M Y K H S L
Decimal 52 140 203 0.74 0.31 0 0.20 205.03 0.59 0.5
Hex 34 8C CB 4A 1F 0 14 CD 3B 32
Octal 64 214 313 112 37 0 24 315 73 62
Binary 110100 10001100 11001011 1001010 11111 0 10100 11001101 111011 110010

Color Harmonies of #348CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348CCB

Black with #348CCB

Text Example


Text Example

White with #348CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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