Html Css Color HEX #438BCC Curious Blue

📋 copy color: '#438BCC'

red 67 ◦ green 139 ◦ blue 204

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

Shades of Curious Blue #438BCC

Tints of Curious Blue #438BCC

RGB

 RED value IS 67 (26.56% from 255) = 16.34%

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

 BLUE value IS 204 (80.08% from 255) = 49.76%

R = 16.34%
G = 33.9%
B = 49.76%

CMYK

 C value IS 0.67

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#438BCC (or 0x438BCC) is known color: Curious Blue. HEX triplet: 43, 8B and CC. RGB value is (67,139,204). Sum of RGB (Red+Green+Blue) = 67+139+204=410 (54% of max value = 765). Red value is 67 (26.56% from 255 or 16.34% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #438BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438BCC is #BC7433. Grayscale: #7C7C7C. Windows color (decimal): -12350516 or 13404995. OLE color: 13404995.

HSL color Cylindrical-coordinate representation of color #438BCC: hue angle of 208.47º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #438BCC is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 67 139 204 -
CMYK 0.67 0.32 0 0.2
HSL 208.47º 0.57% 0.53% -
HSV(B) 208.47º 0.67% 0.8% -
XYZ 22.45 24.02 60.58 -
YUV 124.88 172.65 86.71 -
System Red Green Blue C M Y K H S L
Decimal 67 139 204 0.67 0.32 0 0.2 208.47 0.57 0.53
Hex 43 8B CC 43 20 0 14 D0 39 35
Octal 103 213 314 103 40 0 24 320 71 65
Binary 1000011 10001011 11001100 1000011 100000 0 10100 11010000 111001 110101

Color Harmonies of #438BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438BCC

Black with #438BCC

Text Example


Text Example

White with #438BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438BCC; }

 p { color: rgb(67,139,204); }

 H1.HeaderClassName
 {
   color: #438BCC;
 }
 .AnyTagClassName
 {
   color: #438BCC;
 }
</style>

background-color css

<style>
 a { background-color: #438BCC; }

 a { background-color: rgb(67,139,204); }

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

border-color css

<style>
 span { border-color: #438BCC; }

 span { border-color: rgb(67,139,204); }

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